Skip to content

Commit a77d051

Browse files
committed
Merge pull request #1144 from DanMMX/JshintUpgrade
feat(package): upgrade jshint packages
2 parents f0ec563 + 63782b3 commit a77d051

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: app/templates/_package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"grunt-contrib-cssmin": "~0.9.0",
4545
"grunt-contrib-htmlmin": "~0.2.0",
4646
"grunt-contrib-imagemin": "~0.7.1",
47-
"grunt-contrib-jshint": "~0.10.0",
47+
"grunt-contrib-jshint": "~0.11.2",
4848
"grunt-contrib-uglify": "~0.4.0",
4949
"grunt-contrib-watch": "~0.6.1",<% if (filters.coffee) { %>
5050
"grunt-contrib-coffee": "^0.10.1",<% } %><% if (filters.jade) { %>
@@ -76,7 +76,7 @@
7676
"grunt-postcss": "^0.5.5",
7777
"grunt-open": "~0.2.3",
7878
"open": "~0.0.4",
79-
"jshint-stylish": "~0.1.5",
79+
"jshint-stylish": "~2.0.1",
8080
"connect-livereload": "^0.5.3",
8181
"mocha": "^2.2.5",
8282
"grunt-mocha-test": "~0.12.7",

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"grunt": "~0.4.1",
3737
"grunt-build-control": "DaftMonk/grunt-build-control",
3838
"grunt-contrib-clean": "^0.6.0",
39-
"grunt-contrib-jshint": "^0.10.0",
39+
"grunt-contrib-jshint": "^0.11.2",
4040
"grunt-conventional-changelog": "~1.0.0",
4141
"grunt-env": "^0.4.1",
4242
"grunt-mocha-test": "^0.11.0",

0 commit comments

Comments
 (0)