pocket-state 0.1.4 → 0.1.6

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 +0 -4
  2. package/package.json +10 -1
package/README.md CHANGED
@@ -222,10 +222,6 @@ 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pocket-state",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "description": "tiny global store",
5
5
  "main": "src/index",
6
6
  "codegenConfig": {
@@ -8,6 +8,15 @@
8
8
  "type": "modules",
9
9
  "jsSrcsDir": "src"
10
10
  },
11
+ "keywords": [
12
+ "zustand-alternative",
13
+ "hooks",
14
+ "typescript",
15
+ "state-management",
16
+ "store",
17
+ "lightweight",
18
+ "react"
19
+ ],
11
20
  "author": " <@kayda69> (nhh.tcp@gmail.com)",
12
21
  "license": "MIT",
13
22
  "homepage": "https://github.com/hiepkay/pocket-state",