File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 88
99## Why Mitt?
1010
11- - ** Microscopic:** weighs less than 200 bytes gzipped
12- - ** Useful:** a wildcard ` "*" ` event type listens to all events
13- - ** Familiar:** same names & ideas as [ Node's EventEmitter] ( https://nodejs.org/api/events.html#events_class_eventemitter )
14- - ** Functional:** methods don't rely on ` this `
15- - ** Great Name:** somehow [ mitt] ( https://npm.im/mitt ) wasn't taken
11+ - ** Microscopic:** weighs less than 200 bytes gzipped
12+ - ** Useful:** a wildcard ` "*" ` event type listens to all events
13+ - ** Familiar:** same names & ideas as [ Node's EventEmitter] ( https://nodejs.org/api/events.html#events_class_eventemitter )
14+ - ** Functional:** methods don't rely on ` this `
15+ - ** Great Name:** somehow [ mitt] ( https://npm.im/mitt ) wasn't taken
1616
1717> Mitt was made for the browser, but works in any JavaScript runtime. It has no dependencies and supports IE9+.
1818
19-
2019## Examples & Demos
2120
2221<a href =" http://codepen.io/developit/pen/rjMEwW?editors=0110 " >
Original file line number Diff line number Diff line change 11{
22 "name" : " mitt" ,
33 "amdName" : " mitt" ,
4- "version" : " 1.0.0 " ,
4+ "version" : " 1.0.1 " ,
55 "description" : " Tiny ~200b functional event emitter / pubsub." ,
66 "jsnext:main" : " src/index.js" ,
77 "main" : " dist/mitt.js" ,
You can’t perform that action at this time.
0 commit comments