Skip to content

Commit 92c5aab

Browse files
committed
[fix] - Allow eslint v3 & greater as peer dependency as well
1 parent eca1c25 commit 92c5aab

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.5.5 / 2016-07-05
2+
==================
3+
- [fix] Add `eslint` v3 as a `peerDependency`.
4+
5+
16
1.5.4 / 2016-07-05
27
==================
38
- [fix] Add `eslint` as a `peerDependency`.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
"object-assign": "^4.0.1"
4848
},
4949
"peerDependencies": {
50-
"eslint": "^2.10.2"
50+
"eslint": "^2.10.2 || 3.x"
5151
}
5252
}

0 commit comments

Comments
 (0)