diff options
author | Miroslav Mocek | 2014-07-17 17:11:22 +0200 |
---|---|---|
committer | Miroslav Mocek | 2014-07-17 17:11:22 +0200 |
commit | ff5a3dc8c730de577e119997b9de2ff6289dfb28 (patch) | |
tree | cc7af785154f4eeac7ddb24a524c27a7c38f97d5 /package.json | |
parent | 131c00689a4c7a18e5c991fc8102347e4594b5d4 (diff) |
removed ruby dependency.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json index 5debdd2..a7fd5a0 100644 --- a/package.json +++ b/package.json @@ -32,10 +32,11 @@ "grunt-contrib-cssmin": "~0.4.1", "grunt-contrib-uglify": "~0.2.4", "grunt-contrib-watch": "~0.5.3", - "grunt-contrib-sass": "~0.5.0", + "grunt-sass": "~0.14.0", "grunt-contrib-connect": "~0.4.1", "grunt-zip": "~0.7.0", - "grunt": "~0.4.0" + "grunt": "~0.4.0", + "node-sass": "~0.9.3" }, "licenses": [ { |