Skip to content

Commit

Permalink
ESLint, Travis
Browse files Browse the repository at this point in the history
Downgraded ESLint to satisfy peer dependencies.
Upgraded Travis to Node 6
  • Loading branch information
JonathanPerryRMA committed Jul 12, 2016
1 parent f58c9e0 commit 6f4c1af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "4"
- "6"
compiler: clang-3.6
env:
- CXX=clang-3.6
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"chai-spies": "^0.7.1",
"es5-shim": "^4.5.9",
"es6-shim": "^0.35.1",
"eslint": "^3.0.1",
"eslint": "^2.9.0",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.10.2",
"eslint-plugin-jsx-a11y": "^1.5.5",
Expand Down

0 comments on commit 6f4c1af

Please sign in to comment.