diff options
author | Scott González <scott.gonzalez@gmail.com> | 2016-02-09 13:54:28 -0500 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2016-02-09 14:18:25 -0500 |
commit | 811080693de5de84a9151978cc2ee6c6f7bdf3a5 (patch) | |
tree | e1f212ececaf69ed04247e760d0b2c9586b3cb4d | |
parent | b80c2fa8e3c3237d019b19167db0f8ae80ee16f3 (diff) | |
download | jquery-ui-811080693de5de84a9151978cc2ee6c6f7bdf3a5.tar.gz jquery-ui-811080693de5de84a9151978cc2ee6c6f7bdf3a5.zip |
Build: Upgrade grunt-csslint to 0.5.0
Ref gh-1670
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index dfe2b18db..34a35d2dc 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "grunt-bowercopy": "1.2.4", "grunt-compare-size": "0.4.0", "grunt-contrib-concat": "0.5.1", - "grunt-contrib-csslint": "0.2.0", + "grunt-contrib-csslint": "0.5.0", "grunt-contrib-jshint": "0.7.1", "grunt-contrib-qunit": "0.6.0", "grunt-contrib-requirejs": "0.4.4", |