Reference JavaScript version of install-node script

This commit is contained in:
Juan Cruz Viotti 2015-02-26 11:50:21 -04:00
parent a4cc106890
commit 7cde28ceae
3 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@
"scripts": {
"prepublish": "gulp build",
"test": "gult test",
"install": "coffee lib/install-node.coffee bin/node"
"install": "node build/install-node.js bin/node"
},
"keywords": [
"resin",

View File

@ -16,7 +16,7 @@ OPTIONS =
coffee: [ 'lib/**/*.coffee', 'gulpfile.coffee' ]
app: [ 'lib/**/*.coffee', '!lib/**/*.spec.coffee' ]
tests: 'tests/**/*.spec.coffee'
json: [ 'lib/**/*.json', 'package.json' ]
json: [ 'lib/**/*.json' ]
man: 'man/**/*.md'
directories:
man: 'man/'

View File

@ -20,7 +20,7 @@
"scripts": {
"prepublish": "gulp build",
"test": "gult test",
"install": "coffee lib/install-node.coffee bin/node"
"install": "node build/install-node.js bin/node"
},
"keywords": [
"resin",