From b9c2b48f70a7ad3d1f57ce2c7d68a336ace33dc2 Mon Sep 17 00:00:00 2001 From: Vitaly Tomilov Date: Sat, 10 Aug 2019 13:18:01 +0100 Subject: [PATCH] upped the version + cleaned distribution --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 60f3c25..2b2b43b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sub-events", - "version": "0.8.0", + "version": "0.8.1", "description": "Strongly-typed events in TypeScript, with monitored subscriptions.", "main": "dist/src/index.js", "types": "dist/src/index.d.ts",