Skip to content

Commit

Permalink
package
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Sep 26, 2019
1 parent 27acbc3 commit b933a34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extras/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Implemented in [src/from-interval].
```ts
import {fromInterval, fromSharedInterval} from 'sub-events/ext';

const onInterval = fromInterval(1000); // creating interval event
const onInterval = fromInterval(1000); // creating 1-second interval event

const sub = onInterval.subscribe((count: number) => {
// handling the interval event
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sub-events",
"version": "1.1.1",
"version": "1.1.2",
"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 b933a34

Please sign in to comment.