Commit a4c42ffb by Andrew Nesbitt

0.4.4

parent 7019ff0f
...@@ -2,11 +2,16 @@ ...@@ -2,11 +2,16 @@
"author": "Andrew Nesbitt <andrewnez@gmail.com> (http://andrew.github.com)", "author": "Andrew Nesbitt <andrewnez@gmail.com> (http://andrew.github.com)",
"name": "node-sass", "name": "node-sass",
"description": "wrapper around libsass", "description": "wrapper around libsass",
"version": "0.4.3", "version": "0.4.4",
"homepage": "https://github.com/andrew/node-sass", "homepage": "https://github.com/andrew/node-sass",
"keywords": ["sass", "css", "libsass"], "keywords": [
"bugs" : "sass",
{ "url" : "https://github.com/andrew/node-sass/issues" }, "css",
"libsass"
],
"bugs": {
"url": "https://github.com/andrew/node-sass/issues"
},
"licenses": [ "licenses": [
{ {
"type": "MIT", "type": "MIT",
...@@ -23,7 +28,7 @@ ...@@ -23,7 +28,7 @@
"test": "mocha test" "test": "mocha test"
}, },
"bin": { "bin": {
"node-sass" : "bin/node-sass" "node-sass": "bin/node-sass"
}, },
"gypfile": true, "gypfile": true,
"engines": { "engines": {
......
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