Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "immer", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Create your next immutable state by mutating the current one", | ||
@@ -19,3 +19,4 @@ "main": "dist/immer.js", | ||
"precommit": "lint-staged", | ||
"release": "yarn-or-npm run build && np" | ||
"prepublish": "yarn-or-npm run build", | ||
"release": "np --no-cleanup" | ||
}, | ||
@@ -22,0 +23,0 @@ "repository": { |
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
155291