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

Commit

Permalink
Changed: upgrade to eslint 0.19.x (0.10.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Apr 13, 2015
1 parent 03764cb commit c192818
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.10.0 - 2015-034-13

- Changed: upgrade to eslint 0.19.x

# 0.9.0 - 2015-03-29

- Changed: upgrade to eslint 0.18.x
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-loader",
"version": "0.9.0",
"version": "0.10.0",
"description": "eslint loader (for webpack)",
"keywords": [
"lint",
Expand All @@ -24,17 +24,17 @@
"index.js"
],
"peerDependencies": {
"eslint": "^0.18.0"
"eslint": "^0.19.0"
},
"dependencies": {
"loader-utils": "^0.2.6",
"loader-utils": "^0.2.7",
"object-assign": "^2.0.0"
},
"devDependencies": {
"eslint": "^0.18.0",
"eslint": "^0.19.0",
"eslint-friendly-formatter": "^1.0.3",
"tape": "^3.0.3",
"webpack": "^1.4.13"
"tape": "^4.0.0",
"webpack": "^1.8.4"
},
"scripts": {
"lint": "eslint .",
Expand Down

0 comments on commit c192818

Please sign in to comment.