Skip to content

Commit

Permalink
Upgrade ESLint to 2.4.0
Browse files Browse the repository at this point in the history
Close #6
  • Loading branch information
wyze committed Mar 17, 2016
1 parent 369c9ef commit deb5718
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@
"extends": "./base.js"
},
"dependencies": {
"babel-eslint": "^6.0.0-beta.5",
"babel-eslint": "^6.0.0-beta.6",
"eslint-config-airbnb": "^6.1.0",
"eslint-plugin-wyze": "^1.2.1"
},
"peerDependencies": {
"eslint": "~2.2.0",
"eslint": "^2.4.0",
"eslint-plugin-react": "^4.2.0",
"eslint-plugin-wyze": "^1.2.0"
},
"devDependencies": {
"ava": "^0.13.0",
"eslint": "~2.2.0",
"eslint": "^2.4.0",
"eslint-plugin-react": "^4.2.1"
}
}

0 comments on commit deb5718

Please sign in to comment.