Skip to content

Commit e9c4787

Browse files
authored
add source/issue link in package.json for npmjs (#37)
+ codehawk-cli bin because of the package name
1 parent 91ebde9 commit e9c4787

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,14 @@
1111
"build:watch": "tsc --watch"
1212
},
1313
"author": "Sam Brown (https://github.com/sgb-io)",
14+
"repository": {
15+
"type": "git",
16+
"url": "https://github.com/sgb-io/codehawk-cli.git"
17+
},
18+
"homepage": "https://github.com/sgb-io/codehawk-cli",
19+
"bugs": {
20+
"url": "https://github.com/sgb-io/codehawk-cli/issues"
21+
},
1422
"license": "MPL-2.0",
1523
"dependencies": {
1624
"@babel/core": "^7.7.2",
@@ -41,7 +49,8 @@
4149
"typescript": "^3.9.5"
4250
},
4351
"bin": {
44-
"codehawk": "build/index.js"
52+
"codehawk": "build/index.js",
53+
"codehawk-cli": "build/index.js"
4554
},
4655
"main": "build/codehawk.js",
4756
"types": "build/codehawk.d.ts"

0 commit comments

Comments
 (0)