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": "nanoid", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "A tiny (162 bytes), secure URL-friendly unique string ID generator", | ||
@@ -35,3 +35,3 @@ "keywords": [ | ||
"jsdoc": "^3.5.5", | ||
"lint-staged": "^7.1.3", | ||
"lint-staged": "^7.2.0", | ||
"microtime": "^2.1.8", | ||
@@ -41,6 +41,6 @@ "pre-commit": "^1.2.2", | ||
"shortid": "^2.2.8", | ||
"size-limit": "^0.18.2", | ||
"size-limit": "^0.18.3", | ||
"uuid": "^3.2.1", | ||
"webpack": "^4.10.2", | ||
"webpack-cli": "^3.0.1", | ||
"webpack": "^4.12.0", | ||
"webpack-cli": "^3.0.8", | ||
"webpack-dev-server": "^3.1.4", | ||
@@ -58,10 +58,2 @@ "yaspeller-ci": "^1.0.0" | ||
}, | ||
"jest": { | ||
"testEnvironment": "node", | ||
"coverageThreshold": { | ||
"global": { | ||
"statements": 100 | ||
} | ||
} | ||
}, | ||
"pre-commit": [ | ||
@@ -68,0 +60,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
11454