nanoevents
Advanced tools
Comparing version 1.0.4 to 1.0.5
# Change Log | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
## 1.0.5 | ||
* Reduce npm package size. | ||
## 1.0.4 | ||
@@ -5,0 +8,0 @@ * Reduce npm package size. |
{ | ||
"name": "nanoevents", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Simple and tiny (117 bytes) event emitter library", | ||
@@ -21,36 +21,3 @@ "keywords": [ | ||
"node": ">=4.0.0" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"docdash": "^0.4.0", | ||
"eslint": "^4.19.1", | ||
"eslint-ci": "^0.1.1", | ||
"eslint-config-logux": "^23.0.0", | ||
"eslint-config-standard": "^11.0.0", | ||
"eslint-plugin-es5": "^1.3.1", | ||
"eslint-plugin-import": "^2.12.0", | ||
"eslint-plugin-jest": "^21.17.0", | ||
"eslint-plugin-node": "^6.0.1", | ||
"eslint-plugin-promise": "^3.8.0", | ||
"eslint-plugin-security": "^1.4.0", | ||
"eslint-plugin-standard": "^3.1.0", | ||
"jest": "^23.1.0", | ||
"jsdoc": "^3.5.5", | ||
"lint-staged": "^7.2.0", | ||
"pre-commit": "^1.2.2", | ||
"rimraf": "^2.6.2", | ||
"size-limit": "^0.18.3", | ||
"yaspeller-ci": "^1.0.0" | ||
}, | ||
"scripts": { | ||
"lint-staged": "lint-staged", | ||
"spellcheck": "yarn docs && yaspeller-ci *.md docs/*.html", | ||
"clean": "rimraf docs/ coverage/", | ||
"lint": "eslint-ci *.js test/*.js", | ||
"docs": "jsdoc --configure .jsdocrc *.js", | ||
"test": "jest --coverage && yarn lint && size-limit && yarn spellcheck" | ||
}, | ||
"pre-commit": [ | ||
"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
0
7569