mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Temporarily downgrade grunt-contrib-jshint
no issue - grunt-contrib-jshint loosely depends on jshint ^2.6.0 and jshint seem to be having some backwards incompatibility issues with 2.6.1 etc. - let's downgrade this temporarily (quick/safe option) until they sort their issues, then we can upgrade and make any required changes
This commit is contained in:
parent
f25c253096
commit
0eb74b598e
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
|||
"grunt-contrib-compress": "~0.11.0",
|
||||
"grunt-contrib-concat": "~0.5.0",
|
||||
"grunt-contrib-copy": "~0.5.0",
|
||||
"grunt-contrib-jshint": "~0.11.0",
|
||||
"grunt-contrib-jshint": "~0.10.0",
|
||||
"grunt-contrib-uglify": "~0.6.0",
|
||||
"grunt-contrib-watch": "~0.6.1",
|
||||
"grunt-docker": "~0.0.8",
|
||||
|
|
Loading…
Add table
Reference in a new issue