Skip to content

Commit

Permalink
fix: Use latest version of coffeelint as a peer-dependency
Browse files Browse the repository at this point in the history
Closes #47
  • Loading branch information
Adam Biggs committed May 22, 2014
1 parent 4bf6798 commit 92691f5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,18 @@
"test": "grunt default"
},
"peerDependencies": {
"grunt": "~0.4"
"grunt": "~0.4",
"coffeelint": "^1.4"
},
"dependencies": {
"coffeelint": "~1.1",
"coffeelint-stylish": "~0.0.1"
},
"devDependencies": {
"grunt": "~0.4",
"grunt-bump": "~0.0.7",
"grunt-npm": "~0.0.2",
"grunt-auto-release": "0.0.6"
"grunt-auto-release": "0.0.6",
"coffeelint": "^1.4"
},
"keywords": [
"gruntplugin"
Expand Down

0 comments on commit 92691f5

Please sign in to comment.