Skip to content

Commit

Permalink
Fix: add prerelease versions to peerDependencies (fixes #24)
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Feb 1, 2016
1 parent 3680f0e commit 3d18409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"coveralls": "cat coverage/lcov.info | coveralls"
},
"peerDependencies": {
"eslint": ">=1.10.3"
"eslint": ">=1.10.3 || 2.0.0-alpha-1 || 2.0.0-alpha-2 || 2.0.0-beta.1 || 2.0.0-beta.2 || 2.0.0-beta.3"
},
"dependencies": {
"ignore": "^2.2.19",
Expand Down

0 comments on commit 3d18409

Please sign in to comment.