gruntjs / grunt-docs

Grunt documentation. https://github.com/gruntjs/gruntjs.com
https://gruntjs.com/
79 stars 126 forks source link

Update JSHint #205

Closed james-lane closed 6 years ago

james-lane commented 6 years ago

By running grunt using this documentation, you get a JS Hint error.

Change: "grunt-contrib-jshint": "~0.10.0",

to: "grunt-contrib-jshint": "^0.12.0",

in package.json to fix.