ridof 1.3.2 → 1.3.3

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.
package/README.md CHANGED
@@ -8,12 +8,6 @@ Simple isomorphic state manager
8
8
 
9
9
  @ yarn add ridof
10
10
 
11
- ## Run the tests coverage
12
-
13
-
14
- @ cd node_modules/ridof
15
- @ yarn && yarn build && yarn cover
16
-
17
11
  ## Use it
18
12
 
19
13
  Create a store
package/dist/index.js CHANGED
@@ -8,7 +8,7 @@
8
8
  d88 d88 88b ,88b 88b d88 d88
9
9
  d88' d88' `?88P'`88b`?8888P'd88'
10
10
 
11
- v. 1.3.2
11
+ v. 1.3.3
12
12
 
13
13
  Size: ~3KB
14
14
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ridof",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "Simple isomorphic state manager",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {