Skip to content

Commit

Permalink
cli: refactor logo log and typed file
Browse files Browse the repository at this point in the history
  • Loading branch information
emacsified committed Dec 9, 2020
1 parent f995c46 commit 7d4847e
Show file tree
Hide file tree
Showing 6 changed files with 84 additions and 341 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@
"name": "gitg0",
"version": "1.0.1",
"description": "a magnificent tool to auto-suggest everything you need before pushing a git commit.",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"main": "dist/bin/index.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"bin": {
"gtg": "./dist/index.cjs.js"
"gtg": "./dist/bin/index.js"
},
"scripts": {
"test": "jest",
Expand Down
262 changes: 0 additions & 262 deletions src/bin/index.js

This file was deleted.

Loading

0 comments on commit 7d4847e

Please sign in to comment.