Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Commit

Permalink
Fixed: eslint range from 0.17 to 0.20 (0.11.1)
Browse files Browse the repository at this point in the history
Close #37
  • Loading branch information
MoOx committed Apr 27, 2015
1 parent 4b50d2e commit 253d1f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.11.1 - 2015-04-27

- Fixed: eslint range from 0.17 to 0.20

# 0.11.0 - 2015-04-27

- Changed: upgrade to eslint 0.20.x
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-loader",
"version": "0.11.0",
"version": "0.11.1",
"description": "eslint loader (for webpack)",
"keywords": [
"lint",
Expand All @@ -24,7 +24,7 @@
"index.js"
],
"peerDependencies": {
"eslint": ">= 0.17 <=0.20"
"eslint": "0.17 - 0.20"
},
"dependencies": {
"loader-utils": "^0.2.7",
Expand Down

0 comments on commit 253d1f4

Please sign in to comment.