pocket-state 0.1.4 → 0.1.5
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 +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -222,10 +222,10 @@ Generates a custom hook for your store.
|
|
|
222
222
|
|
|
223
223
|
---
|
|
224
224
|
|
|
225
|
-
## keyword
|
|
226
|
-
|
|
227
|
-
pocket-state, state-management, react, react-native, typescript, hooks, store
|
|
228
|
-
|
|
229
225
|
## 📜 License
|
|
230
226
|
|
|
231
227
|
MIT — use it however you like.
|
|
228
|
+
|
|
229
|
+
### keywords
|
|
230
|
+
|
|
231
|
+
pocket-state, state-management, react, react-native, typescript, hooks, store
|