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

Commit

Permalink
Changed: upgrade to eslint 0.20.x (0.11.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Apr 27, 2015
1 parent 282de09 commit 4b50d2e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# 0.10.0 - 2015-034-13
# 0.11.0 - 2015-04-27

- Changed: upgrade to eslint 0.20.x

# 0.10.0 - 2015-04-13

- Changed: upgrade to eslint 0.19.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.10.0",
"version": "0.11.0",
"description": "eslint loader (for webpack)",
"keywords": [
"lint",
Expand All @@ -24,7 +24,7 @@
"index.js"
],
"peerDependencies": {
"eslint": "^0.19.0"
"eslint": ">= 0.17 <=0.20"
},
"dependencies": {
"loader-utils": "^0.2.7",
Expand Down

0 comments on commit 4b50d2e

Please sign in to comment.