redux-entities
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "redux-entities", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Higher-order reducer for store entities received from gaearon's normalizr and makes it easy to handle them.", | ||
@@ -10,3 +10,3 @@ "main": "lib/index.js", | ||
"clean": "rimraf lib", | ||
"prepublish": "npm run clean && npm run build" | ||
"prepublish": "npm run clean && npm run test && npm run build" | ||
}, | ||
@@ -13,0 +13,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
5284