@t8/react-store 1.0.1 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -3
package/README.md CHANGED
@@ -105,4 +105,4 @@ Live demos:<br>
105
105
 
106
106
  ---
107
107
 
108
- - [Shared async action state tracking](https://github.com/t8dev/react-pending)
108
+ - [Shared async action state tracking](https://github.com/t8dash/react-pending)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t8/react-store",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "Straightforward and minimalist shared state management for React apps",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -15,8 +15,9 @@
15
15
  },
16
16
  "repository": {
17
17
  "type": "git",
18
- "url": "git+https://github.com/t8dev/react-store.git"
18
+ "url": "git+https://github.com/t8dash/react-store.git"
19
19
  },
20
+ "homepage": "https://t8dash.github.io/react-store",
20
21
  "keywords": [
21
22
  "react",
22
23
  "shared state",
@@ -31,6 +32,6 @@
31
32
  "@types/react": "^19.1.10"
32
33
  },
33
34
  "dependencies": {
34
- "@t8/store": "^1.0.0"
35
+ "@t8/store": "^1.0.1"
35
36
  }
36
37
  }