Package: Adds libsass.gyp to package.json.
Removes upload.js, since it should live in node-sass-binaries repo. Issue URL: #802.
Showing
| { | { | ||
| "name": "node-sass", | "name": "node-sass", | ||
| "version": "3.0.0-beta.1", | "version": "3.0.0-alpha.1", | ||
| "libsass": "3.2.0-beta.2", | "libsass": "3.2.0-beta.2", | ||
| "description": "Wrapper around libsass", | "description": "Wrapper around libsass", | ||
| "license": "MIT", | "license": "MIT", | ||
| ... | @@ -33,6 +33,7 @@ | ... | @@ -33,6 +33,7 @@ |
| "bin", | "bin", | ||
| "binding.gyp", | "binding.gyp", | ||
| "lib", | "lib", | ||
| "libsass.gyp", | |||
| "scripts", | "scripts", | ||
| "src" | "src" | ||
| ], | ], | ||
| ... | ... |
scripts/upload.js
deleted
100644 → 0
Please
register
or
sign in
to comment