aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Miller <[email protected]>2017-02-25 16:30:32 -0500
committerJason Miller <[email protected]>2017-02-25 16:30:32 -0500
commitf147246b7528904ec28702f43e11bd8ba946d0a6 (patch)
tree6fa40610d2df916a4e7543ac2e0f57a04ccb6ef9
parent07f88194f17674a44e62234adbede2b9bfecb130 (diff)
1.1.0
-rw-r--r--README.md1
-rw-r--r--package.json2
2 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index a0397d3..28930f2 100644
--- a/README.md
+++ b/README.md
@@ -74,6 +74,7 @@ emitter.off('foo', onFoo) // unlisten
```
### Typescript
+
```ts
import * as mitt from 'mitt';
let emitter: mitt.Emitter = new mitt();
diff --git a/package.json b/package.json
index e858ad0..69402ec 100644
--- a/package.json
+++ b/package.json
@@ -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",