added repository field to package.json
This commit is contained in:
parent
5d0369cea4
commit
6302157dfc
|
@ -18,6 +18,10 @@
|
|||
"node": ">=0.12.x",
|
||||
"iojs": ">=3.1.x"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/dmotz/natal.git"
|
||||
},
|
||||
"engine-strict": true,
|
||||
"preferGlobal": true
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue