Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Sep 24, 2019
1 parent e27714c commit aa9f0d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ Practical examples of creating [SubEvent] from popular hot observables:
* [from-interval] - create [SubEvent] from a time interval
* [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, these files are excluded from the official distribution, to avoid specific production dependencies
for some of them.
**NOTE:** These are all fully functioning examples, ready to be copied into your code when you need them.
However, these files are not in the official distribution, to keep it small and without any dependencies.

For more examples, see [WiKi] pages.

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sub-events",
"version": "1.0.5",
"version": "1.0.6",
"description": "Lightweight, strongly-typed events, with monitored subscriptions.",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@types/chai": "4.2.3",
"@types/chai-spies": "1.0.1",
"@types/mocha": "5.2.7",
"@types/node": "12.7.5",
"@types/node": "12.7.7",
"browserify": "16.5.0",
"chai": "4.2.0",
"chai-spies": "1.0.0",
Expand Down

0 comments on commit aa9f0d5

Please sign in to comment.