Commit cfe6e89a by Yoni Shalom

remove install section from package.json, and rebuild.js. npm executes…

remove install section from package.json, and rebuild.js. npm executes binding.gyp automatically. ref https://npmjs.org/doc/json.html
parent cc1c0a05
...@@ -24,7 +24,6 @@ ...@@ -24,7 +24,6 @@
"url": "git://github.com/andrew/node-sass.git" "url": "git://github.com/andrew/node-sass.git"
}, },
"scripts": { "scripts": {
"install": "node rebuild.js",
"test": "mocha test" "test": "mocha test"
}, },
"bin": { "bin": {
......
var spawn = require('child_process').spawn;
spawn('node-gyp', ['rebuild']);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment