nanoevents
Advanced tools
Comparing version 5.1.11 to 5.1.12
# Change Log | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
## 5.1.12 | ||
* Reduced npm package size. | ||
## 5.1.11 | ||
@@ -5,0 +8,0 @@ * Fixed unsubscribing on cleaned `Emitter#events` (by Mikhail Nasyrov). |
{ | ||
"name": "nanoevents", | ||
"version": "5.1.11", | ||
"version": "5.1.12", | ||
"description": "Simple and tiny (72 bytes) event emitter library", | ||
@@ -24,3 +24,2 @@ "keywords": [ | ||
"types": "./index.d.ts", | ||
"simple-pre-commit": "npx lint-staged", | ||
"type": "module", | ||
@@ -27,0 +26,0 @@ "main": "index.cjs", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
10795