@webkrafters/eagleeye 1.0.6 → 1.0.7
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.
- package/README.md +3 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -38,7 +38,9 @@ Please consult the [Getting Started](https://eagleeye.js.org/getting-started) pa
|
|
|
38
38
|
|
|
39
39
|
There are also framework specific Eagle-Eye installations such as:
|
|
40
40
|
<br />
|
|
41
|
-
[
|
|
41
|
+
[Angular Eagle Eye](https://www.npmjs.com/package/@webkrafters/ng-eagleeye)
|
|
42
|
+
<br />
|
|
43
|
+
[React Eagle Eye](https://www.npmjs.com/package/@webkrafters/react-eagleeye)
|
|
42
44
|
<br />
|
|
43
45
|
[React Observable Context](https://www.npmjs.com/package/@webkrafters/react-observable-context)
|
|
44
46
|
|
package/package.json
CHANGED