Skip to content
This repository was archived by the owner on Mar 7, 2019. It is now read-only.

Commit f97f00f

Browse files
Upgrade to ESLint 4.0
1 parent 6de3cf6 commit f97f00f

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
@@ -12,7 +12,7 @@
1212
"eslint-plugin-react": "^7.0.1"
1313
},
1414
"devDependencies": {
15-
"eslint": "^4.0.0-beta.0"
15+
"eslint": "^4.0.0"
1616
},
1717
"engines": {},
1818
"homepage": "https://github.com/strvcom/eslint-config-javascript",
@@ -23,7 +23,7 @@
2323
"license": "BSD-3-Clause",
2424
"main": "default",
2525
"peerDependencies": {
26-
"eslint": "^4.0.0-alpha.2"
26+
"eslint": "^4.0.0"
2727
},
2828
"repository": {
2929
"type": "git",

0 commit comments

Comments
 (0)