chore: package.json refactors
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
screenshot.png
|
||||
index.ts
|
||||
aicommits.ts
|
||||
@@ -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",
|
||||
|
||||
@@ -7,5 +7,4 @@
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"skipLibCheck": true /* Skip type checking all .d.ts files. */
|
||||
},
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user