Skip to content

Commit

Permalink
upped the version + node v14
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed May 20, 2020
1 parent f0eda71 commit eb8aa99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit eb8aa99

Please sign in to comment.