Add repository field to package.json

This commit is contained in:
Juan Cruz Viotti 2014-12-09 15:46:47 -04:00
parent 3a5e4ad074
commit 817babc059

View File

@ -3,7 +3,11 @@
"version": "0.0.1",
"description": "Git Push to your devices",
"main": "./lib/app.js",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git@bitbucket.org:rulemotion/resin-cli.git"
},
"preferGlobal": true,
"bin": {
"resin": "./bin/resin"
},