add project info to package.json
This commit is contained in:
parent
c8fb899d0d
commit
edfaf81b14
10
package.json
10
package.json
@ -3,10 +3,18 @@
|
||||
"version": "0.0.1",
|
||||
"description": "cli-based changelog manager",
|
||||
"type": "module",
|
||||
"main": "src/index.js",
|
||||
"main": "src/changelord.js",
|
||||
"bin": {
|
||||
"changelord": "./src/changelord.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.babyl.ca/yanick/changelord.js.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://git.babyl.ca/yanick/changelord.js/issues"
|
||||
},
|
||||
"homepage": "https://git.babyl.ca/yanick/changelord.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user