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

Commit 7a73a4c

Browse files
committed
Fixed: support for eslint 0.24.x (0.14.1)
Close #49 Close #50 Close #51
1 parent 565636e commit 7a73a4c

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.14.1 - 2015-06-15
2+
3+
- Fixed: support for eslint 0.24.x
4+
15
# 0.14.0 - 2015-06-15
26

37
- Added: support for eslint 0.23.x

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-loader",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"description": "eslint loader (for webpack)",
55
"keywords": [
66
"lint",
@@ -25,14 +25,14 @@
2525
"index.js"
2626
],
2727
"peerDependencies": {
28-
"eslint": "0.21 - 0.23"
28+
"eslint": "0.21 - 0.24"
2929
},
3030
"dependencies": {
3131
"loader-utils": "^0.2.7",
3232
"object-assign": "^2.0.0"
3333
},
3434
"devDependencies": {
35-
"eslint": "^0.23.0",
35+
"eslint": "^0.24.0",
3636
"eslint-friendly-formatter": "^1.0.3",
3737
"tape": "^4.0.0",
3838
"webpack": "^1.8.4"

0 commit comments

Comments
 (0)