Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Jun 27, 2020
1 parent 1bec72b commit 7008e13
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 @@ -6,5 +6,5 @@ matrix:
script: "npm test"
- node_js: "12"
script: "npm test"
- node_js: "13"
- node_js: "14"
script: "npm run travis"
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pg-monitor",
"version": "1.4.0",
"version": "1.4.1",
"description": "Event monitor for pg-promise.",
"main": "lib/index.js",
"typings": "typescript/pg-monitor.d.ts",
Expand Down Expand Up @@ -39,10 +39,10 @@
"cli-color": "2.0.0"
},
"devDependencies": {
"coveralls": "3.0.11",
"coveralls": "3.1.0",
"eslint": "6.8.0",
"istanbul": "0.4.5",
"jasmine-node": "3.0.0",
"typescript": "3.8.3"
"typescript": "3.9.5"
}
}

0 comments on commit 7008e13

Please sign in to comment.