Skip to content

Commit

Permalink
deps + docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Sep 23, 2019
1 parent 025aa16 commit 549c4c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/README.md
Expand Up @@ -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.

Expand Down
6 changes: 3 additions & 3 deletions 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",
Expand Down Expand Up @@ -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",
Expand All @@ -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"
Expand Down

0 comments on commit 549c4c2

Please sign in to comment.