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

Commit fb97f35

Browse files
committed
Changed: upgrade to eslint 0.18.x (0.9.0)
Close #26
1 parent 0e5fc16 commit fb97f35

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.9.0 - 2015-03-29
2+
3+
- Changed: upgrade to eslint 0.18.x
4+
15
# 0.8.0 - 2015-03-27
26

37
- Changed: `reporter` is now `formatter` option to fit eslint name

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-loader",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "eslint loader (for webpack)",
55
"keywords": [
66
"lint",
@@ -24,14 +24,14 @@
2424
"index.js"
2525
],
2626
"peerDependencies": {
27-
"eslint": "^0.17.0"
27+
"eslint": "^0.18.0"
2828
},
2929
"dependencies": {
3030
"loader-utils": "^0.2.6",
3131
"object-assign": "^2.0.0"
3232
},
3333
"devDependencies": {
34-
"eslint": "^0.17.0",
34+
"eslint": "^0.18.0",
3535
"eslint-friendly-formatter": "^1.0.3",
3636
"tape": "^3.0.3",
3737
"webpack": "^1.4.13"

0 commit comments

Comments
 (0)