Add repository field to package.json

This commit is contained in:
haad 2016-03-03 15:37:54 +01:00
parent b2411e8caf
commit 20a3d23aec

View File

@ -4,6 +4,10 @@
"description": "Key-Value Store and Event Log on IPFS",
"author": "Haad",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/haadcode/orbit-db"
},
"engines": {
"node": "^4.x.x"
},