Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
developit committed Jan 22, 2017
1 parent e69cfe0 commit afb0bff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@

## Why Mitt?

- **Microscopic:** weighs less than 200 bytes gzipped
- **Useful:** a wildcard `"*"` event type listens to all events
- **Familiar:** same names & ideas as [Node's EventEmitter](https://nodejs.org/api/events.html#events_class_eventemitter)
- **Functional:** methods don't rely on `this`
- **Great Name:** somehow [mitt](https://npm.im/mitt) wasn't taken
- **Microscopic:** weighs less than 200 bytes gzipped
- **Useful:** a wildcard `"*"` event type listens to all events
- **Familiar:** same names & ideas as [Node's EventEmitter](https://nodejs.org/api/events.html#events_class_eventemitter)
- **Functional:** methods don't rely on `this`
- **Great Name:** somehow [mitt](https://npm.im/mitt) wasn't taken

> Mitt was made for the browser, but works in any JavaScript runtime. It has no dependencies and supports IE9+.

## Examples & Demos

<a href="http://codepen.io/developit/pen/rjMEwW?editors=0110">
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.0",
"version": "1.0.1",
"description": "Tiny ~200b functional event emitter / pubsub.",
"jsnext:main": "src/index.js",
"main": "dist/mitt.js",
Expand Down

0 comments on commit afb0bff

Please sign in to comment.