From eb8aa99a4be049e9aa770c53fa9e903659d3f3c7 Mon Sep 17 00:00:00 2001 From: Vitaly Tomilov Date: Wed, 20 May 2020 21:33:01 +0100 Subject: [PATCH] upped the version + node v14 --- .travis.yml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5d89b0a..2a2e10f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,5 +7,5 @@ matrix: script: "npm test" - node_js: "12" script: "npm run travis" - - node_js: "13" - script: "npm run travis" + - node_js: "14" + script: "npm test" diff --git a/package.json b/package.json index 0455481..d28585b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sub-events", - "version": "1.8.4", + "version": "1.8.5", "description": "Lightweight, strongly-typed events, with monitored subscriptions.", "main": "dist/src/index.js", "types": "dist/src/index.d.ts",