Skip to content

Commit

Permalink
chore(): bump dependency on coffee-jshint to its latest greatest
Browse files Browse the repository at this point in the history
BREAKING CHANGE:

Depends (through `coffee-jshint`) on [`coffeescript`](https://www.npmjs.com/package/coffeescript) rather than the, now deprecated, [`coffee-script`](https://www.npmjs.com/package/coffee-script).
  • Loading branch information
cueedee committed Oct 4, 2017
1 parent 0614186 commit 8466680
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

> grunt wrapper for coffee-jshint
**NOTE: As of version `2.0.0`, `grunt-coffee-jshint` depends (through `coffee-jshint`) on [`coffeescript`](https://www.npmjs.com/package/coffeescript) in
favor of the, now deprecated, [`coffee-script`](https://www.npmjs.com/package/coffee-script) name.**


## Getting Started
This plugin requires Grunt `>=0.4.1`

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,22 @@
"scripts": {
"test": "grunt test"
},
"dependencies": {
"coffee-jshint": "^1.0.0"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt": "~0.4.1"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"keywords": [
"coffee-script",
"coffeescript",
"gruntplugin",
"jshint"
],
"dependencies": {
"coffee-jshint": "^0.2.3"
"peerDependencies": {
"grunt": ">=0.4.0"
}
}

0 comments on commit 8466680

Please sign in to comment.