Skip to content

Commit cf59d27

Browse files
authored
Include tiny-emitter in events API migration strategy (#494)
1 parent 0ae5b64 commit cf59d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/migration/events-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ We removed `$on`, `$off` and `$once` methods from the instance completely. `$emi
5858

5959
## Migration Strategy
6060

61-
Existing event hubs can be replaced by using an external library implementing the event emitter interface, for example [mitt](https://github.com/developit/mitt).
61+
Existing event hubs can be replaced by using an external library implementing the event emitter interface, for example [mitt](https://github.com/developit/mitt) or [tiny-emitter](https://github.com/scottcorgan/tiny-emitter).
6262

6363
These methods can also be supported in compatibility builds.

0 commit comments

Comments
 (0)