mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-29 15:44:26 +00:00
Point to a JavaScript file in package.json main property
This commit is contained in:
parent
1f8c610bb0
commit
b78c48d89f
@ -2,7 +2,7 @@
|
|||||||
"name": "resin-cli",
|
"name": "resin-cli",
|
||||||
"version": "0.10.6",
|
"version": "0.10.6",
|
||||||
"description": "Git Push to your devices",
|
"description": "Git Push to your devices",
|
||||||
"main": "./lib/actions/index.coffee",
|
"main": "./build/actions/index.js",
|
||||||
"homepage": "https://github.com/resin-io/resin-cli",
|
"homepage": "https://github.com/resin-io/resin-cli",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user