pocket-state 0.1.3 → 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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -225,3 +225,7 @@ Generates a custom hook for your store.
225
225
  ## 📜 License
226
226
 
227
227
  MIT — use it however you like.
228
+
229
+ ### keywords
230
+
231
+ pocket-state, state-management, react, react-native, typescript, hooks, store
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pocket-state",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "tiny global store",
5
5
  "main": "src/index",
6
6
  "codegenConfig": {