Skip to content

Commit

Permalink
Updated dependencies, test with Node 13.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
igoramadas committed Mar 5, 2020
1 parent 01fa83d commit 65b3686
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 76 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sudo: false
language: node_js
node_js:
- "13.9"
- "13.10"
- "12.16"
- "10.16"
after_success:
Expand Down
134 changes: 63 additions & 71 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,18 @@
"moment": "^2.24.0"
},
"devDependencies": {
"@types/node": "^13.7.4",
"@types/node": "^13.7.7",
"chai": "^4.2.0",
"coveralls": "^3.0.9",
"express": "^4.17.1",
"get-port": "^5.1.1",
"nyc": "^15.0.0",
"mocha": "^7.0.1",
"mocha": "^7.1.0",
"mocha-lcov-reporter": "^1.3.0",
"socket.io-client": "^2.3.0",
"supertest": "^4.0.2",
"typedoc": "^0.16.10",
"typescript": "^3.8.2"
"typedoc": "^0.16.11",
"typescript": "^3.8.3"
},
"nyc": {
"reporter": "lcov",
Expand Down

0 comments on commit 65b3686

Please sign in to comment.