From 549c4c24a881103e3599782462c17478e9a7ea1c Mon Sep 17 00:00:00 2001 From: Vitaly Tomilov Date: Mon, 23 Sep 2019 20:32:53 +0100 Subject: [PATCH] deps + docs --- examples/README.md | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/README.md b/examples/README.md index 50b9f1d..6b29dbd 100644 --- a/examples/README.md +++ b/examples/README.md @@ -9,7 +9,7 @@ Practical examples of creating [SubEvent] from popular hot observables: * [from-timeout] - create [SubEvent] from a time-out **NOTE:** These are all fully functioning examples, to be copied into your code whenever you need them. -However, files in this folder are not distributed with the library. +However, these files are excluded from the official distribution. For more examples, see [WiKi] pages. diff --git a/package.json b/package.json index 9f5410d..352b75a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sub-events", - "version": "1.0.2", + "version": "1.0.3", "description": "Lightweight, strongly-typed events, with monitored subscriptions.", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", @@ -43,7 +43,7 @@ "typescript" ], "devDependencies": { - "@types/chai": "4.2.2", + "@types/chai": "4.2.3", "@types/chai-spies": "1.0.1", "@types/mocha": "5.2.7", "@types/node": "12.7.5", @@ -54,7 +54,7 @@ "mocha": "6.2.0", "mocha-lcov-reporter": "1.3.0", "nyc": "14.1.1", - "ts-node": "8.3.0", + "ts-node": "8.4.1", "tslint": "5.20.0", "typedoc": "0.15.0", "typescript": "3.6.3"