@nichoth/events
Advanced tools
+3
-2
| { | ||
| "name": "@nichoth/events", | ||
| "version": "3.1.6", | ||
| "version": "3.1.7", | ||
| "description": "Event emitter and helpers", | ||
@@ -35,3 +35,4 @@ "directories": { | ||
| "postversion": "git push && git push --tags && npm publish", | ||
| "prepublishOnly": "npm run build" | ||
| "prepublishOnly": "npm run build", | ||
| "count": "npm run build && gzip -c dist/index.min.js | wc -c" | ||
| }, | ||
@@ -38,0 +39,0 @@ "devDependencies": { |
+1
-1
@@ -7,3 +7,3 @@ # events  | ||
| * CJS and ESM versions | ||
| * 632 bytes minified and gzipped | ||
| * 637 bytes minified and gzipped | ||
@@ -10,0 +10,0 @@ ## install |
69848
0.1%