mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37: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",
|
"version": "0.0.1",
|
||||||
"description": "Git Push to your devices",
|
"description": "Git Push to your devices",
|
||||||
"main": "./lib/app.js",
|
"main": "./lib/app.js",
|
||||||
"preferGlobal": true,
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git@bitbucket.org:rulemotion/resin-cli.git"
|
||||||
|
},
|
||||||
|
"preferGlobal": true,
|
||||||
"bin": {
|
"bin": {
|
||||||
"resin": "./bin/resin"
|
"resin": "./bin/resin"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user