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

Commit 1dc9442

Browse files
Alex-SokolovMoOx
authored andcommitted
Add ESLint 5 support (#240)
1 parent d2b86cc commit 1dc9442

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"index.js"
1717
],
1818
"peerDependencies": {
19-
"eslint": ">=1.6.0 <5.0.0",
19+
"eslint": ">=1.6.0 <6.0.0",
2020
"webpack": ">=2.0.0 <5.0.0"
2121
},
2222
"dependencies": {
@@ -28,7 +28,7 @@
2828
},
2929
"devDependencies": {
3030
"ava": "^0.17.0",
31-
"eslint": "^4.0.0",
31+
"eslint": "^5.1.0",
3232
"eslint-friendly-formatter": "^2.0.4",
3333
"npmpub": "^3.0.1",
3434
"webpack": "^4.0.0"

0 commit comments

Comments
 (0)