gjendje 0.3.3 → 0.3.5

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 +4 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -22,6 +22,10 @@ import { configure } from 'gjendje'
22
22
  configure({ scope: 'local' })
23
23
  ```
24
24
 
25
+ [Full configure reference](https://github.com/charliebeckstrand/gjendje/blob/main/docs/configure.md)
26
+
27
+ ## Usage
28
+
25
29
  ```ts
26
30
  import { state } from 'gjendje'
27
31
 
@@ -30,8 +34,6 @@ const theme = state('theme', { default: 'light' })
30
34
  theme.scope // 'local' — derived from configure
31
35
  ```
32
36
 
33
- [Full configure reference](https://github.com/charliebeckstrand/gjendje/blob/main/docs/configure.md)
34
-
35
37
  ## Scopes
36
38
 
37
39
  |Scope |Description |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gjendje",
3
- "version": "0.3.3",
3
+ "version": "0.3.5",
4
4
  "description": "TypeScript State management library",
5
5
  "keywords": [
6
6
  "state",