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

Commit

Permalink
Fixed: support for eslint 0.24.x (0.14.1)
Browse files Browse the repository at this point in the history
Close #49
Close #50
Close #51
  • Loading branch information
MoOx committed Jun 29, 2015
1 parent 565636e commit 7a73a4c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.14.1 - 2015-06-15

- Fixed: support for eslint 0.24.x

# 0.14.0 - 2015-06-15

- Added: support for eslint 0.23.x
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-loader",
"version": "0.14.0",
"version": "0.14.1",
"description": "eslint loader (for webpack)",
"keywords": [
"lint",
Expand All @@ -25,14 +25,14 @@
"index.js"
],
"peerDependencies": {
"eslint": "0.21 - 0.23"
"eslint": "0.21 - 0.24"
},
"dependencies": {
"loader-utils": "^0.2.7",
"object-assign": "^2.0.0"
},
"devDependencies": {
"eslint": "^0.23.0",
"eslint": "^0.24.0",
"eslint-friendly-formatter": "^1.0.3",
"tape": "^4.0.0",
"webpack": "^1.8.4"
Expand Down

0 comments on commit 7a73a4c

Please sign in to comment.