Skip to content

Commit

Permalink
Update dependencies, only run tests on relevant Node versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ctimmerm committed Jul 2, 2019
1 parent e244731 commit 436cbda
Show file tree
Hide file tree
Showing 3 changed files with 898 additions and 621 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
@@ -1,5 +1,5 @@
language: node_js
node_js:
- "10"
- "8"
- "6"
- '12'
- '10'
- '8'
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -40,11 +40,11 @@
"axios": ">= 0.9.0"
},
"devDependencies": {
"axios": "^0.18.0",
"axios": "^0.19.0",
"chai": "^4.1.0",
"eslint": "^5.2.0",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"mocha": "^6.1.4",
"rimraf": "^2.6.1",
"webpack": "^4.16.4",
"webpack-command": "^0.4.1"
Expand Down

0 comments on commit 436cbda

Please sign in to comment.