Skip to content

Commit e88600a

Browse files
committed
fix(grunt): Use correct version of grunt-jscs
Now that grunt-jscs-checker was renamed to grunt-jscs, there's no version 0.4. Update to the latest in package.json NOTE: This will require running `npm install`
1 parent 7923f22 commit e88600a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"grunt-protractor-runner": "0.2.0",
6060
"grunt-shell-spawn": "~0.3.0",
6161
"selenium-webdriver": "~2.39.0",
62-
"grunt-jscs": "^0.4.1",
62+
"grunt-jscs": "^0.7.1",
6363
"jshint-stylish": "^0.2.0",
6464
"karma-coverage": "^0.2.5",
6565
"coveralls": "^2.11.1",

0 commit comments

Comments
 (0)