Skip to content

Commit e56579b

Browse files
committed
Fix peerDependency issues with eslint and babel-eslint.
1 parent e9936e7 commit e56579b

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
@@ -27,10 +27,10 @@
2727
"devDependencies": {
2828
"babel-cli": "^6.6.0",
2929
"babel-core": "^6.6.0",
30-
"babel-eslint": "^5.0.0",
30+
"babel-eslint": "^6.0.0",
3131
"babel-preset-es2015": "^6.6.0",
3232
"coveralls": "^2.11.8",
33-
"eslint": "2.2.x",
33+
"eslint": "^2.2.0",
3434
"istanbul": "^1.0.0-alpha.2",
3535
"mocha": "^2.4.5",
3636
"rimraf": "^2.5.2"

0 commit comments

Comments
 (0)