diff --git a/README.md b/README.md index 9afe385..c99c2d0 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 0d39c8e..a387049 100644 --- a/package.json +++ b/package.json @@ -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",