crann 1.0.0 → 1.0.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.
- package/README.md +0 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -11,8 +11,6 @@ Crann synchronizes state in Web Extensions, with full Typescript support.
|
|
|
11
11
|
- React to state! Better coding patterns.
|
|
12
12
|
- Optionally persist any value to storage (local or session) via config.
|
|
13
13
|
|
|
14
|
-
Examples: Coming soon.
|
|
15
|
-
|
|
16
14
|
### First, create a Crann instance
|
|
17
15
|
|
|
18
16
|
Crann needs a service worker to coordinate state and access
|