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

Commit 7899b3f

Browse files
committed
Merge pull request #19 from grassator/eslint-0.17
Upgrade eslint to 0.17
2 parents 54f9677 + 6ef95d0 commit 7899b3f

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1-
# 0.6.0 - 2015-02-11
1+
# 0.7.0 - 2015-03-15
2+
3+
- Changed: upgrade to eslint 0.17.x
4+
5+
# 0.6.0 - 2015-03-11
26

37
- Changed: `reporter` now automatically drop lines that contains the filename in the reporter output.
4-
That mean you can use official or community reporters without worring to see lot of lines with `<text>` as filename :)
8+
That mean you can use official or community reporters without worrying to see lot of lines with `<text>` as filename :)
59

6-
# 0.5.0 - 2015-02-11
10+
# 0.5.0 - 2015-03-11
711

812
- Changed: upgrade to eslint 0.16.x
913
- Changed: `emitErrors` is now `emitError`

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.6.0",
3+
"version": "0.7.0",
44
"description": "eslint loader (for webpack)",
55
"keywords": [
66
"lint",
@@ -24,13 +24,13 @@
2424
"index.js"
2525
],
2626
"peerDependencies": {
27-
"eslint": "^0.16.0"
27+
"eslint": "^0.17.0"
2828
},
2929
"dependencies": {
3030
"object-assign": "^2.0.0"
3131
},
3232
"devDependencies": {
33-
"eslint": "^0.16.0",
33+
"eslint": "^0.17.0",
3434
"eslint-friendly-formatter": "^1.0.3",
3535
"tape": "^3.0.3",
3636
"webpack": "^1.4.13"

0 commit comments

Comments
 (0)