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

Commit

Permalink
Merge pull request #38 from yamalight/master
Browse files Browse the repository at this point in the history
Fixed: eslint range from 0.17 to 0.21 (0.11.2)
  • Loading branch information
MoOx committed May 11, 2015
2 parents 253d1f4 + 0b75383 commit e45d3f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.11.2 - 2015-05-11

- Fixed: eslint range from 0.17 to 0.21

# 0.11.1 - 2015-04-27

- Fixed: eslint range from 0.17 to 0.20
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.11.1",
"version": "0.11.2",
"description": "eslint loader (for webpack)",
"keywords": [
"lint",
Expand All @@ -24,7 +24,7 @@
"index.js"
],
"peerDependencies": {
"eslint": "0.17 - 0.20"
"eslint": "0.17 - 0.21"
},
"dependencies": {
"loader-utils": "^0.2.7",
Expand Down

0 comments on commit e45d3f6

Please sign in to comment.