From 7cde28ceaea8567d5d2f34341efc6a4b4bb79938 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Thu, 26 Feb 2015 11:50:21 -0400 Subject: [PATCH] Reference JavaScript version of install-node script --- build/package.json | 2 +- gulpfile.coffee | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/package.json b/build/package.json index b8a4fcd3..c4005e4c 100644 --- a/build/package.json +++ b/build/package.json @@ -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", diff --git a/gulpfile.coffee b/gulpfile.coffee index b35eba34..75c1c9fa 100644 --- a/gulpfile.coffee +++ b/gulpfile.coffee @@ -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/' diff --git a/package.json b/package.json index b8a4fcd3..c4005e4c 100644 --- a/package.json +++ b/package.json @@ -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",