mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-31 16:36:24 +00:00
Reference JavaScript version of install-node script
This commit is contained in:
parent
a4cc106890
commit
7cde28ceae
@ -20,7 +20,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"prepublish": "gulp build",
|
"prepublish": "gulp build",
|
||||||
"test": "gult test",
|
"test": "gult test",
|
||||||
"install": "coffee lib/install-node.coffee bin/node"
|
"install": "node build/install-node.js bin/node"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"resin",
|
"resin",
|
||||||
|
@ -16,7 +16,7 @@ OPTIONS =
|
|||||||
coffee: [ 'lib/**/*.coffee', 'gulpfile.coffee' ]
|
coffee: [ 'lib/**/*.coffee', 'gulpfile.coffee' ]
|
||||||
app: [ 'lib/**/*.coffee', '!lib/**/*.spec.coffee' ]
|
app: [ 'lib/**/*.coffee', '!lib/**/*.spec.coffee' ]
|
||||||
tests: 'tests/**/*.spec.coffee'
|
tests: 'tests/**/*.spec.coffee'
|
||||||
json: [ 'lib/**/*.json', 'package.json' ]
|
json: [ 'lib/**/*.json' ]
|
||||||
man: 'man/**/*.md'
|
man: 'man/**/*.md'
|
||||||
directories:
|
directories:
|
||||||
man: 'man/'
|
man: 'man/'
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"prepublish": "gulp build",
|
"prepublish": "gulp build",
|
||||||
"test": "gult test",
|
"test": "gult test",
|
||||||
"install": "coffee lib/install-node.coffee bin/node"
|
"install": "node build/install-node.js bin/node"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"resin",
|
"resin",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user