@medievalrain/emitter 0.2.14 → 0.2.16

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 +13 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,13 @@
1
+ # @medievalrain/emitter
2
+
3
+ ![NPM License](https://img.shields.io/npm/l/%40medievalrain%2Femitter)
4
+ ![NPM Downloads](https://img.shields.io/npm/dw/%40medievalrain%2Femitter)
5
+ ![NPM Version](https://img.shields.io/npm/v/%40medievalrain%2Femitter)
6
+
7
+ A typesafe event emitter for NodeJS and browser.
8
+
9
+ ## Instalation
10
+
11
+ ```bash
12
+ npm install @medievalrain/emitter
13
+ ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medievalrain/emitter",
3
- "version": "0.2.14",
3
+ "version": "0.2.16",
4
4
  "description": "A typesafe event emitter",
5
5
  "type": "module",
6
6
  "repository": {