nanoevents
Advanced tools
Comparing version 1.0.3 to 1.0.4
# Change Log | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
## 1.0.4 | ||
* Reduce npm package size. | ||
## 1.0.3 | ||
@@ -5,0 +8,0 @@ * Reduce npm package size. |
{ | ||
"name": "nanoevents", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Simple and tiny (117 bytes) event emitter library", | ||
@@ -19,2 +19,5 @@ "keywords": [ | ||
"repository": "ai/nanoevents", | ||
"engines": { | ||
"node": ">=4.0.0" | ||
}, | ||
"dependencies": {}, | ||
@@ -36,6 +39,6 @@ "devDependencies": { | ||
"jsdoc": "^3.5.5", | ||
"lint-staged": "^7.1.3", | ||
"lint-staged": "^7.2.0", | ||
"pre-commit": "^1.2.2", | ||
"rimraf": "^2.6.2", | ||
"size-limit": "^0.18.2", | ||
"size-limit": "^0.18.3", | ||
"yaspeller-ci": "^1.0.0" | ||
@@ -51,13 +54,2 @@ }, | ||
}, | ||
"jest": { | ||
"testEnvironment": "node", | ||
"coverageThreshold": { | ||
"global": { | ||
"statements": 100 | ||
} | ||
} | ||
}, | ||
"engines": { | ||
"node": ">=4.0.0" | ||
}, | ||
"pre-commit": [ | ||
@@ -64,0 +56,0 @@ "lint-staged" |
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
8551