Skip to content

Commit

Permalink
Make grunt peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtajina committed Feb 20, 2013
1 parent fee8a22 commit c7928e8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,15 @@
"scripts": {
"test": "grunt test"
},
"peerDependencies": {
"grunt": "~0.4"
},
"dependencies": {
"grunt": "0.4.x",
"coffeelint": ">= 0.4.0"
"coffeelint": "~0.4"
},
"devDependencies": {
"grunt": "~0.4"
},
"devDependencies": {},
"keywords": [
"gruntplugin"
]
Expand Down

0 comments on commit c7928e8

Please sign in to comment.