@dvashim/store 1.2.0 → 1.2.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 +7 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -6,9 +6,15 @@ A minimal, lightweight React state management library built on `useSyncExternalS
6
6
 
7
7
  ## Install
8
8
 
9
+ npm:
10
+
9
11
  ```bash
10
12
  npm install @dvashim/store
11
- # or
13
+ ```
14
+
15
+ or pnpm:
16
+
17
+ ```bash
12
18
  pnpm add @dvashim/store
13
19
  ```
14
20
 
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "name": "@dvashim/store",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
7
- "version": "1.2.0",
7
+ "version": "1.2.2",
8
8
  "author": {
9
9
  "email": "aleksei@dvashim.dev",
10
10
  "name": "Aleksei Reznichenko"