@x-oasis/emitter 0.1.11 → 0.1.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,4 +16,7 @@ import Emitter from '@x-oasis/emitter'
16
16
 
17
17
  ```bash
18
18
  $ pnpm test
19
- ```
19
+ ```
20
+
21
+ ## Further Reading
22
+ - [events](https://github.com/parcel-bundler/parcel/tree/v2/packages/utils/events)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@x-oasis/emitter",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "emitter function",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",