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

Commit 253d1f4

Browse files
committed
Fixed: eslint range from 0.17 to 0.20 (0.11.1)
Close #37
1 parent 4b50d2e commit 253d1f4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.11.1 - 2015-04-27
2+
3+
- Fixed: eslint range from 0.17 to 0.20
4+
15
# 0.11.0 - 2015-04-27
26

37
- Changed: upgrade to eslint 0.20.x

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-loader",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "eslint loader (for webpack)",
55
"keywords": [
66
"lint",
@@ -24,7 +24,7 @@
2424
"index.js"
2525
],
2626
"peerDependencies": {
27-
"eslint": ">= 0.17 <=0.20"
27+
"eslint": "0.17 - 0.20"
2828
},
2929
"dependencies": {
3030
"loader-utils": "^0.2.7",

0 commit comments

Comments
 (0)