Skip to content

Commit

Permalink
Fix npm warning
Browse files Browse the repository at this point in the history
Currently when installing HTMLHint, npm is warning about a deprecated version of minimatch.
This updates the jshint dependency which currently uses and old version of minimatch.
  • Loading branch information
nwoltman committed Feb 3, 2017
1 parent 152a114 commit d6c8876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
"commander": "2.9.0",
"csslint": "0.10.0",
"glob": "7.0.3",
"jshint": "2.9.2",
"jshint": "2.9.4",
"parse-glob": "3.0.4",
"path-parse": "1.0.5",
"request": "2.72.0",
Expand Down

1 comment on commit d6c8876

@coliff
Copy link
Member

@coliff coliff commented on d6c8876 Jul 13, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI: JSHint 2.9.5 is available now

Please sign in to comment.