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

Commit e45d3f6

Browse files
committed
Merge pull request #38 from yamalight/master
Fixed: eslint range from 0.17 to 0.21 (0.11.2)
2 parents 253d1f4 + 0b75383 commit e45d3f6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.11.2 - 2015-05-11
2+
3+
- Fixed: eslint range from 0.17 to 0.21
4+
15
# 0.11.1 - 2015-04-27
26

37
- Fixed: eslint range from 0.17 to 0.20

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-loader",
3-
"version": "0.11.1",
3+
"version": "0.11.2",
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.21"
2828
},
2929
"dependencies": {
3030
"loader-utils": "^0.2.7",

0 commit comments

Comments
 (0)