Skip to content

Commit

Permalink
chore: package.json refactors
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Feb 14, 2023
1 parent 4df3d64 commit da49102
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .npmignore

This file was deleted.

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
"name": "aicommits",
"version": "1.0.2",
"description": "Writes your git commit messages for you with AI",
"main": "bin/index.js",
"bin": {
"aicommits": "bin/index.js"
},
"files": ["bin"],
"bin": "bin/index.js",
"repository": "https://github.com/Nutlope/aicommits",
"author": "Hassan El Mghari (@nutlope)",
"license": "MIT",
Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true /* Skip type checking all .d.ts files. */
},
"exclude": ["node_modules"]
}

0 comments on commit da49102

Please sign in to comment.