redux-state-branch
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "redux-state-branch", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"private": false, | ||
"description": "A redux wrapper for sane people.", | ||
"description": "A library for simplified Redux development.", | ||
"homepage": "https://jamesmfriedman.github.io/redux-state-branch/", | ||
@@ -18,3 +18,3 @@ "main": "dist/index", | ||
"version": "npm run build", | ||
"postpublish": "npm run build:docs && git add --all && git commit -f 'Building docs' && git push", | ||
"postpublish": "npm run build:docs && git add --all && git commit --allow-empty -m 'Building docs' && git push", | ||
"docgen": "documentalist ./src/redux-state-branch/index.ts --no-css --no-md > ./src/docs/api-reference/generated-props.json" | ||
@@ -21,0 +21,0 @@ }, |
@@ -16,7 +16,2 @@ # Redux StateBranch | ||
## Typescript and Flow setup | ||
- This project supports both Typescript and Flow out of the box. | ||
- For Typescript, no additional configuration is necessary | ||
- For Flow, depending on your setup, it will either work out of the box, or add it to your `.flowconfig` as follows: | ||
```yaml | ||
@@ -28,2 +23,2 @@ [libs] | ||
Read the Docs | ||
https://jamesmfriedman.github.io/redux-state-branch/ | ||
https://jamesmfriedman.github.io/redux-state-branch/ |
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
0
6434
23