Replace pangyp with node-gyp
We originally adopted pangyp as a tempory work around for iojs support. This and more has been added to node-gyp and as such pangyp has been deprecated.
Showing
| ... | @@ -58,7 +58,7 @@ | ... | @@ -58,7 +58,7 @@ |
| "mkdirp": "^0.5.1", | "mkdirp": "^0.5.1", | ||
| "nan": "^2.0.8", | "nan": "^2.0.8", | ||
| "npmconf": "^2.1.2", | "npmconf": "^2.1.2", | ||
| "pangyp": "^2.3.0", | "node-gyp": "^3.0.1", | ||
| "request": "^2.61.0", | "request": "^2.61.0", | ||
| "sass-graph": "^2.0.1" | "sass-graph": "^2.0.1" | ||
| }, | }, | ||
| ... | ... |
Please
register
or
sign in
to comment