Commit 0a5a7073 by Dean Mao

remove preinstall hook that compiles stuff, we will use precompiled binaries to…

remove preinstall hook that compiles stuff, we will use precompiled binaries to make it easier for people
parent d04bcea7
...@@ -2,18 +2,15 @@ ...@@ -2,18 +2,15 @@
"author": "Andrew Nesbitt <andrewnez@gmail.com> (http://andrew.github.com)", "author": "Andrew Nesbitt <andrewnez@gmail.com> (http://andrew.github.com)",
"name": "sass", "name": "sass",
"description": "wrapper around libsass", "description": "wrapper around libsass",
"version": "0.1.0", "version": "0.2.0",
"homepage": "http://github.com/andrew/node-sass", "homepage": "http://github.com/andrew/node-sass",
"main": "./sass.js", "main": "./sass.js",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/andrew/node-sass.git" "url": "git://github.com/andrew/node-sass.git"
}, },
"scripts": {
"install": "node-gyp rebuild"
},
"engines": { "engines": {
"node": ">=0.6.0" "node": ">=0.6.18"
}, },
"dependencies": { "dependencies": {
"mkdirp": "0.3.x" "mkdirp": "0.3.x"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment