Skip to content

Commit

Permalink
resolve coffeelint dependency as 1.x.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislav Botvin authored and Vladislav Botvin committed Jul 2, 2014
1 parent e551299 commit d6ea60b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grunt-coffeelint",
"description": "Lint your Coffee",
"version": "0.0.11",
"version": "0.0.12",
"homepage": "https://github.com/vojtajina/grunt-coffeelint",
"author": {
"name": "Vojta Jína",
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"peerDependencies": {
"grunt": "~0.4",
"coffeelint": "^1.4"
"coffeelint": "^1"
},
"dependencies": {
"coffeelint-stylish": "~0.1.0"
Expand All @@ -46,7 +46,7 @@
"grunt-bump": "~0.0.7",
"grunt-npm": "~0.0.2",
"grunt-auto-release": "0.0.6",
"coffeelint": "^1.4"
"coffeelint": "^1"
},
"keywords": [
"gruntplugin"
Expand Down

0 comments on commit d6ea60b

Please sign in to comment.