@efficimo/storage-react 0.1.0 → 0.2.0
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 +3 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
> Subscribe to browser storage. Typed keys, reactive updates, cross-tab sync — no boilerplate.
|
|
9
9
|
|
|
10
|
-
Built on [`@efficimo/observable`](https://www.npmjs.com/package/@efficimo/observable).
|
|
10
|
+
Built on [`@efficimo/observable`](https://www.npmjs.com/package/@efficimo/observable).
|
|
11
11
|
|
|
12
12
|
## Packages
|
|
13
13
|
|
|
@@ -20,10 +20,10 @@ Built on [`@efficimo/observable`](https://www.npmjs.com/package/@efficimo/observ
|
|
|
20
20
|
|
|
21
21
|
```bash
|
|
22
22
|
# core only
|
|
23
|
-
npm install @efficimo/
|
|
23
|
+
npm install @efficimo/storage
|
|
24
24
|
|
|
25
25
|
# with React hook
|
|
26
|
-
npm install @efficimo/
|
|
26
|
+
npm install @efficimo/storage @efficimo/storage-react
|
|
27
27
|
```
|
|
28
28
|
|
|
29
29
|
## Quick start
|
package/package.json
CHANGED