Revert "major refactor"
This reverts commit b577f579.
Showing
This diff is collapsed.
Click to expand it.
| ... | ... | @@ -2,7 +2,7 @@ |
| "author": "Andrew Nesbitt <andrewnez@gmail.com> (http://andrew.github.com)", | ||
| "name": "node-sass", | ||
| "description": "wrapper around libsass", | ||
| "version": "0.5.4", | ||
| "version": "0.7.0", | ||
| "homepage": "https://github.com/andrew/node-sass", | ||
| "keywords": [ | ||
| "sass", | ||
| ... | ... | @@ -24,8 +24,9 @@ |
| "url": "git://github.com/andrew/node-sass.git" | ||
| }, | ||
| "scripts": { | ||
| "install": "node rebuild.js", | ||
| "test": "mocha test" | ||
| "install": "node build.js", | ||
| "test": "mocha test", | ||
| "prepublish": "bash scripts/prepublish.sh" | ||
| }, | ||
| "bin": { | ||
| "node-sass": "bin/node-sass" | ||
| ... | ... | @@ -36,10 +37,10 @@ |
| }, | ||
| "dependencies": { | ||
| "mkdirp": "0.3.x", | ||
| "colors": "0.6.0-1", | ||
| "optimist": "0.4.x" | ||
| }, | ||
| "devDependencies": { | ||
| "mocha": "1.7.x" | ||
| "optimist": "0.6.x", | ||
| "node-watch": "0.3.x", | ||
| "mocha": "1.13.x", | ||
| "chalk": "~0.3.0", | ||
| "nan": "~0.6.0" | ||
| } | ||
| } |
Please
register
or
sign in
to comment