@webkrafters/react-observable-context 4.7.4 → 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 +3 -3
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
@@ -2,7 +2,7 @@
2
2
  "alias": "eagle eye context",
3
3
  "author": "Stephen Isienyi <stephen.isienyi@webkrafting.com>",
4
4
  "bugs": {
5
- "url": "https://github.com/webKrafters/react-observable-context/issues"
5
+ "url": "https://github.com/webKrafters/eagleeye/issues"
6
6
  },
7
7
  "contributors": [
8
8
  "steveswork <stephen.isienyi@gmail.com> (https://github.com/steveswork)"
@@ -124,7 +124,7 @@
124
124
  },
125
125
  "repository": {
126
126
  "type": "git",
127
- "url": "git+https://github.com/webKrafters/react-observable-context.git"
127
+ "url": "git+https://github.com/webKrafters/eagleeye.git"
128
128
  },
129
129
  "scripts": {
130
130
  "build": "eslint --fix && rm -rf dist && babel src -d dist --ignore '**/*.test.js' && tsc",
@@ -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.4"
138
+ "version": "4.7.6"
139
139
  }