@webkrafters/react-observable-context 4.7.5 → 4.7.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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -40,8 +40,8 @@
40
40
  If sandbox fails to load app, please refresh dependencies on its lower left.
41
41
 
42
42
  **Install:**\
43
- npm i -S @webkrafters/react-observable-context\
44
- npm install --save @webkrafters/react-observable-context
43
+ npm i -S react-eagleeye\
44
+ Alternate: npm i -S @webkrafters/react-observable-context
45
45
 
46
46
  May also see <b><a href="https://eagleeyejs.org/history/features">What's Changed?</a></b>
47
47
 
package/package.json CHANGED
@@ -135,5 +135,5 @@
135
135
  "test:watch": "eslint --fix && jest --updateSnapshot --watchAll"
136
136
  },
137
137
  "types": "dist/main/index.d.ts",
138
- "version": "4.7.5"
138
+ "version": "4.7.6"
139
139
  }