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.
Files changed (2) hide show
  1. package/README.md +0 -2
  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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crann",
3
- "version": "1.0.0",
3
+ "version": "1.0.6",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",