Skip to content

Commit

Permalink
Remove deprecation warning during npm install
Browse files Browse the repository at this point in the history
I realize this shouldn't be strictly necessary, because the loose semver range should pick up this version bump automatically.  However, this commit pins the coffee-script dep at 1.12.6 to make sure (especially with some of the NPM 5 edge case issues folks have been experiencing as of late).  It also locks to an exact dependency, for the same reasons as laid out here in this PR to the main `grunt` package: gruntjs/grunt#1556 (comment)
  • Loading branch information
mikermcneil authored Jul 13, 2017
1 parent 72e1818 commit b7475bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"chalk": "^1.1.1",
"coffee-script": "^1.11.1",
"coffee-script": "1.12.6",
"lodash": "^4.6.1",
"uri-path": "^1.0.0"
},
Expand Down

0 comments on commit b7475bd

Please sign in to comment.