Skip to content

Commit

Permalink
Bumped Travis node version
Browse files Browse the repository at this point in the history
  • Loading branch information
kallaspriit committed Sep 23, 2020
1 parent 11eb429 commit 3fe0a26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,7 @@ language: node_js
os: linux
dist: xenial
node_js:
- "9"
- "14"
branches:
only:
- master
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ts-log",
"version": "2.2.2",
"version": "2.2.3",
"description": "Abstract logger TypeScript interface with a dummy logger that does nothing, useful for libraries.",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
Expand Down

0 comments on commit 3fe0a26

Please sign in to comment.