Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "attadux", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Implementation of the redux-modular-ducks, forked from the extensible-duck implementation and extended to include spected validators, state machines, helpers, and to follow a broader/looser definition of constants", | ||
@@ -11,6 +11,8 @@ "main": "cjs/index.js", | ||
"clean": "rimraf dist es cjs coverage", | ||
"lint": "eslint src test build", | ||
"lint": "eslint src test", | ||
"test": "cross-env BABEL_ENV=commonjs babel-node test | faucet", | ||
"fublish": "ls -lah", | ||
"prepublish": "npm run build", | ||
"prefublish": "npm run build", | ||
"prebuild": "npm run prepare", | ||
"prepublish": "npm run build", | ||
"build:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir cjs", | ||
@@ -17,0 +19,0 @@ "build:es": "cross-env BABEL_ENV=es babel src --out-dir es", |
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
22300
8
37
1