Skip to content

Commit

Permalink
Unpin dependency
Browse files Browse the repository at this point in the history
Also updates the engine field.
  • Loading branch information
Arcanemagus committed Feb 19, 2016
1 parent 97a7f16 commit 58d3751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"repository": "https://github.com/AtomLinter/linter-rubocop",
"license": "MIT",
"engines": {
"atom": ">0.50.0"
"atom": ">=1.0.0 <2.0.0"
},
"providedServices": {
"linter": {
Expand All @@ -15,6 +15,6 @@
}
},
"dependencies": {
"atom-linter": "4.5.1"
"atom-linter": "^4.5.1"
}
}

0 comments on commit 58d3751

Please sign in to comment.