chore: package.json refactors

This commit is contained in:
Hiroki Osame
2023-02-14 13:57:55 +09:00
parent 4df3d64099
commit da4910212b
3 changed files with 2 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
screenshot.png
index.ts
aicommits.ts

View File

@@ -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",

View File

@@ -7,5 +7,4 @@
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true /* Skip type checking all .d.ts files. */
},
"exclude": ["node_modules"]
}