Skip to content

Commit

Permalink
Merge pull request #565 from feross/eslint3
Browse files Browse the repository at this point in the history
Use eslint v3
  • Loading branch information
feross committed Jul 12, 2016
2 parents 97d9d66 + 4bc5e7c commit 27aadf2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Expand Up @@ -2,5 +2,3 @@ language: node_js
node_js:
- '4'
- 'node'
- '0.12'
- '0.10'
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -12,7 +12,7 @@
"url": "https://github.com/feross/standard/issues"
},
"dependencies": {
"eslint": "~2.10.2",
"eslint": "~3.0.1",
"eslint-config-standard": "5.3.1",
"eslint-config-standard-jsx": "1.2.1",
"eslint-plugin-promise": "^1.0.8",
Expand Down

0 comments on commit 27aadf2

Please sign in to comment.