Skip to content

Commit

Permalink
updating dependencies + node.js version
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Jul 5, 2019
1 parent db54dca commit a23d551
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ matrix:
script: "npm test"
- node_js: "8"
script: "npm run travis"
- node_js: "10"
- node_js: "12"
script: "npm run travis"
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
"npm": ">=2.14.2"
},
"devDependencies": {
"coveralls": "3.0.3",
"eslint": "5.15.3",
"coveralls": "3.0.4",
"eslint": "6.0.1",
"istanbul": "0.4.5",
"jasmine-node": "1.16.2"
"jasmine-node": "3.0.0"
}
}

0 comments on commit a23d551

Please sign in to comment.