redux-astroglide 0.1.19 → 0.1.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -39,7 +39,7 @@ Astroglide will create your store for you using a call to RTK's configureStore f
39
39
  import configure from "redux-astroglide";
40
40
 
41
41
  const { store, createSlice } = configure({
42
- // ... (configureStore options
42
+ // ... (configureStore options)
43
43
  });
44
44
  ```
45
45
 
@@ -351,8 +351,6 @@ addPlugins({
351
351
 
352
352
  ```
353
353
 
354
- Note: This import style uses a package.json `exports` field which is still not supported in some environments. If the nested imports like `redux-astroglide/plugins` can't be found in your project try importing them from `redux-astroglide/dist/plugins` and `redux-astroglide/dist/plugins/set` etc.
355
-
356
354
   
357
355
 
358
356
  ## Contributing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "redux-astroglide",
3
- "version": "0.1.19",
3
+ "version": "0.1.20",
4
4
  "description": "Taking the pain out of redux state management",
5
5
  "keywords": [
6
6
  "redux",