aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Minar2014-03-07 15:06:35 -0800
committerIgor Minar2014-03-11 10:35:51 -0700
commit309cfd109fe5d2c571c820694e042a6ab6c41e23 (patch)
treed38cdb6d5d7757e8f01e51f66f8c3f1a68800eb7
parentcfc6175aabb9f052603af352836a199232e69364 (diff)
downloadangular.js-309cfd109fe5d2c571c820694e042a6ab6c41e23.tar.bz2
chore(build): upgrade grunt-jscs-checker to ~0.4.0
this is primarily to resolve peerdependency version mismatch issue
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index bd55594c..13aeadae 100644
--- a/package.json
+++ b/package.json
@@ -16,7 +16,7 @@
"grunt-contrib-jshint": "~0.7.2",
"grunt-ddescribe-iit": "~0.0.1",
"grunt-jasmine-node": "git://github.com/vojtajina/grunt-jasmine-node.git#fix-grunt-exit-code",
- "grunt-jscs-checker": "~0.3.2",
+ "grunt-jscs-checker": "~0.4.0",
"grunt-merge-conflict": "~0.0.1",
"grunt-parallel": "~0.3.1",
"grunt-shell": "~0.4.0",