@substrate-system/state 0.0.7 → 0.0.10

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -31,7 +31,7 @@ Helpful pieces for application state.
31
31
  ## Install
32
32
 
33
33
  ```sh
34
- npm i -S @substrate-system/package
34
+ npm i -S @substrate-system/state
35
35
  ```
36
36
 
37
37
  ## Example
@@ -106,7 +106,7 @@ import {
106
106
 
107
107
  ### Common JS
108
108
  ```js
109
- require('@substrate-system/package/module')
109
+ require('@substrate-system/state')
110
110
  ```
111
111
 
112
112
  ### pre-built JS
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@substrate-system/state",
3
- "version": "0.0.7",
3
+ "version": "0.0.10",
4
4
  "description": "Helpers for state in the browser",
5
5
  "type": "module",
6
6
  "exports": {