Commit a5c7f0b8 by Andrew Nesbitt

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

Revert "remove install section from package.json, and rebuild.js. npm executes binding.gyp automatically. ref https://npmjs.org/doc/json.html"

This reverts commit cfe6e89a.
parent 6b416e90
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
"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