aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2014-01-16 12:24:20 -0500
committerScott González <scott.gonzalez@gmail.com>2014-01-16 12:24:20 -0500
commit687089736443ef474e5c9700784e5e1a23f2a552 (patch)
treedbff5ae2f8ee303f1b8e12442a1459e9b303270a
parentbe2a339b2beaed69105abae91a118bc1c8669a1b (diff)
downloadjquery-ui-687089736443ef474e5c9700784e5e1a23f2a552.tar.gz
jquery-ui-687089736443ef474e5c9700784e5e1a23f2a552.zip
Build: Upgrade to grunt-contrib-csslint 0.2.0
This should fix the crazy grunt-contrib-csslint -> csslint -> parserlib fuzzy version issues.
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 51068d3ef..30f3cb4fa 100644
--- a/package.json
+++ b/package.json
@@ -61,7 +61,7 @@
"grunt-contrib-uglify": "0.1.1",
"grunt-contrib-concat": "0.1.3",
"grunt-contrib-qunit": "0.2.0",
- "grunt-contrib-csslint": "0.1.1",
+ "grunt-contrib-csslint": "0.2.0",
"grunt-compare-size": "0.4.0-rc.3",
"grunt-jscs-checker": "0.3.1",
"grunt-html": "0.3.3",