node-sass
Advanced tools
Comparing version 0.6.1 to 0.6.2
@@ -5,3 +5,3 @@ { | ||
"description": "wrapper around libsass", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"homepage": "https://github.com/andrew/node-sass", | ||
@@ -8,0 +8,0 @@ "keywords": [ |
@@ -7,3 +7,3 @@ var spawn = require('child_process').spawn; | ||
if (process.platform === 'darwin' || process.platform === 'linux') { | ||
spawn('node-gyp', ['rebuild']); | ||
spawn('node-gyp', ['rebuild'], {stdio: 'inherit'}); | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10196082