reshow-flux-base
Advanced tools
Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "reshow-flux-base", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "Pure flux dispatch mechanism", | ||
"main": "./build/src/index.js", | ||
"main": "./build/cjs/index.js", | ||
"module": "./build/es/index.js", | ||
@@ -27,3 +27,3 @@ "repository": "react-atomic/reshow", | ||
"build": "npm run clean && npm run build:cjs && npm run build:es", | ||
"build:cjs": "BABEL_ENV=build babel src -d build/src", | ||
"build:cjs": "BABEL_ENV=build babel src -d build/cjs", | ||
"build:es": "BABEL_ENV=es babel src -d build/es", | ||
@@ -30,0 +30,0 @@ "prepublishOnly": "npm run test && npm run build", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
1