mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
Add repository field to package.json
This commit is contained in:
parent
3a5e4ad074
commit
817babc059
@ -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"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user