added repository field to package.json

This commit is contained in:
Dan Motzenbecker 2015-08-30 11:05:30 -04:00
parent 5d0369cea4
commit 6302157dfc
1 changed files with 4 additions and 0 deletions

View File

@ -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
}