pocket-state 0.1.0 → 0.1.2

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 +2 -2
package/README.md CHANGED
@@ -337,4 +337,4 @@ Lightweight hook built on `useSyncExternalStore` that subscribes to your store a
337
337
 
338
338
  ## 📜 License
339
339
 
340
- ISC — use it however you like.
340
+ 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.0",
3
+ "version": "0.1.2",
4
4
  "description": "tiny global store",
5
5
  "main": "src/index",
6
6
  "codegenConfig": {
@@ -9,7 +9,7 @@
9
9
  "jsSrcsDir": "src"
10
10
  },
11
11
  "author": " <@kayda69> (nhh.tcp@gmail.com)",
12
- "license": "ISC",
12
+ "license": "MIT",
13
13
  "homepage": "https://github.com/hiepkay/pocket-state",
14
14
  "readme": "https://github.com/hiepkay/pocket-state#readme"
15
15
  }