Skip to content

Commit d1e8964

Browse files
committed
Add package meta data to package.json
1 parent 72bf586 commit d1e8964

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,19 @@
88
},
99
"repository": "[email protected]:CodeChain-io/codechain-keystore-cli.git",
1010
"author": "CodeChain Team <[email protected]>",
11+
"bugs": {
12+
"url": "https://github.com/codechain-io/codechain-keystore-cli/issues"
13+
},
14+
"homepage": "https://github.com/CodeChain-io/codechain-keystore-cli#readme",
1115
"license": "Apache-2.0",
1216
"scripts": {
1317
"build": "tsc -p .",
1418
"lint": "prettier '**/*.ts' -l",
1519
"build-binaries": "mkdir -p binaries; pkg -t node8-linux-x86,node8-linux-x64,node8-macos-x64 --out-path binaries/ package.json"
1620
},
21+
"files": [
22+
"build"
23+
],
1724
"devDependencies": {
1825
"@types/lodash": "^4.14.116",
1926
"@types/node": "^10.7.1",

0 commit comments

Comments
 (0)