Skip to content

Commit 6229d73

Browse files
committed
Packaging
1 parent bc8cca3 commit 6229d73

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

package.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
"author": "Dominiek Ter Heide <[email protected]>",
66
"license": "MIT",
77
"main": "lib/index.js",
8+
"url": "",
9+
"repository": {
10+
"type": "git",
11+
"url": "git+ssh://[email protected]/dominiek/eth-indexer.git"
12+
},
13+
"bugs": {
14+
"url": "https://github.com/dominiek/eth-indexer/issues"
15+
},
16+
"homepage": "https://github.com/dominiek/eth-indexer",
817
"scripts": {
918
"dev": "nodemon -w src --exec \"babel-node src/run.js\"",
1019
"build:clean": "rimraf ./dist",

0 commit comments

Comments
 (0)