Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Jul 19, 2020
1 parent 1ff2127 commit ebb46fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: node_js
matrix:
include:
- node_js: "8"
script: "npm test"
- node_js: "12"
script: "npm run travis"
- node_js: "14"
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@
},
"devDependencies": {
"@types/chai": "4.2.11",
"@types/mocha": "7.0.2",
"@types/node": "14.0.13",
"@types/mocha": "8.0.0",
"@types/node": "14.0.23",
"chai": "4.2.0",
"coveralls": "3.1.0",
"mocha": "7.2.0",
"mocha": "8.0.1",
"mocha-lcov-reporter": "1.3.0",
"nyc": "15.1.0",
"ts-node": "8.10.2",
"tslint": "6.1.2",
"typescript": "3.9.5"
"typescript": "3.9.7"
}
}

0 comments on commit ebb46fb

Please sign in to comment.