Build: Move to ShellJS
Showing
| ... | @@ -25,10 +25,10 @@ | ... | @@ -25,10 +25,10 @@ |
| }, | }, | ||
| "scripts": { | "scripts": { | ||
| "install": "node build.js", | "install": "node build.js", | ||
| "test": "mocha test", | "test": "node scripts/test", | ||
| "coverage": "bash scripts/coverage.sh", | "coverage": "node scripts/coverage", | ||
| "pretest": "jshint .", | "pretest": "node scripts/lint", | ||
| "prepublish": "bash scripts/prepublish.sh" | "prepublish": "node scripts/prepublish" | ||
| }, | }, | ||
| "bin": { | "bin": { | ||
| "node-sass": "bin/node-sass" | "node-sass": "bin/node-sass" | ||
| ... | @@ -44,6 +44,7 @@ | ... | @@ -44,6 +44,7 @@ |
| "nan": "~0.8.0", | "nan": "~0.8.0", | ||
| "node-watch": "~0.3.4", | "node-watch": "~0.3.4", | ||
| "optimist": "~0.6.1", | "optimist": "~0.6.1", | ||
| "shelljs": "~0.2.6", | |||
| "sinon": "~1.9.1" | "sinon": "~1.9.1" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| ... | ... |
scripts/coverage
0 → 100644
scripts/coverage.sh
deleted
100644 → 0
scripts/lint
0 → 100644
scripts/prepublish
0 → 100644
scripts/prepublish.sh
deleted
100755 → 0
scripts/test
0 → 100644
Please
register
or
sign in
to comment