diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-04-27 14:39:06 +0200 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2012-04-27 14:48:46 +0200 |
commit | 2b1b0374c4385b22c323b6d86d310438a5daa1b3 (patch) | |
tree | 832f9b27b618be756a6fd4b3409e1b77087b1636 /package.json | |
parent | f032fa6b2fec39a53751caed34e079783064fc44 (diff) | |
download | jquery-ui-2b1b0374c4385b22c323b6d86d310438a5daa1b3.tar.gz jquery-ui-2b1b0374c4385b22c323b6d86d310438a5daa1b3.zip |
Grunt: Update to grunt-css 0.2.0, includes better logging and some bug fixes
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 873c889d0..8547888c3 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": {}, "devDependencies": { "grunt": "0.3.9", - "grunt-css": "0.1.1", + "grunt-css": "0.2.0", "grunt-compare-size": "0.1.4", "grunt-html": "0.1.1", "request": "2.9.153", |