Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
developit committed Feb 25, 2017
1 parent 07f8819 commit f147246
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ emitter.off('foo', onFoo) // unlisten
```

### Typescript

```ts
import * as mitt from 'mitt';
let emitter: mitt.Emitter = new mitt();
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mitt",
"amdName": "mitt",
"version": "1.0.1",
"version": "1.1.0",
"description": "Tiny 200b functional Event Emitter / pubsub.",
"jsnext:main": "src/index.js",
"main": "dist/mitt.js",
Expand Down

0 comments on commit f147246

Please sign in to comment.