@webkrafters/react-observable-context 1.1.2 → 1.1.3

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
@@ -4,9 +4,9 @@ Observable react context - prevents an automatic total component tree re-renderi
4
4
 
5
5
  <h4><u>Install</u></h4>
6
6
 
7
- npm i -S @webkrafters/react-hoc-memo
7
+ npm i -S @webkrafters/react-observable-context
8
8
 
9
- npm install --save @webkrafters/react-hoc-memo
9
+ npm install --save @webkrafters/react-observable-context
10
10
 
11
11
  ## API
12
12
 
package/package.json CHANGED
@@ -75,5 +75,5 @@
75
75
  "test:watch": "eslint --fix && jest --watchAll"
76
76
  },
77
77
  "types": "dist/index.d.ts",
78
- "version": "1.1.2"
78
+ "version": "1.1.3"
79
79
  }