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",
|
"name": "aicommits",
|
||||||
"version": "1.0.2",
|
"version": "1.0.2",
|
||||||
"description": "Writes your git commit messages for you with AI",
|
"description": "Writes your git commit messages for you with AI",
|
||||||
"main": "bin/index.js",
|
"files": ["bin"],
|
||||||
"bin": {
|
"bin": "bin/index.js",
|
||||||
"aicommits": "bin/index.js"
|
|
||||||
},
|
|
||||||
"repository": "https://github.com/Nutlope/aicommits",
|
"repository": "https://github.com/Nutlope/aicommits",
|
||||||
"author": "Hassan El Mghari (@nutlope)",
|
"author": "Hassan El Mghari (@nutlope)",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
|||||||
@@ -7,5 +7,4 @@
|
|||||||
"forceConsistentCasingInFileNames": true,
|
"forceConsistentCasingInFileNames": true,
|
||||||
"skipLibCheck": true /* Skip type checking all .d.ts files. */
|
"skipLibCheck": true /* Skip type checking all .d.ts files. */
|
||||||
},
|
},
|
||||||
"exclude": ["node_modules"]
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user