@webkrafters/eagleeye 1.0.0 → 1.0.1

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -33,7 +33,7 @@
33
33
 
34
34
  ## Usage:
35
35
 
36
- Please consult the [Getting Started](https://eagleeye.js.org/gettiing-started) page to quick information regarding usage.
36
+ Please consult the [Getting Started](https://eagleeye.js.org/getting-started) page for quick information regarding usage.
37
37
 
38
38
  There are also framework specific Eagle-Eye installations such as the [React Observable Context](https://www.npmjs.com/package/@webkrafters/react-observable-context).
39
39
 
package/package.json CHANGED
@@ -97,7 +97,7 @@
97
97
  "test:watch": "eslint --fix && jest --updateSnapshot --watchAll"
98
98
  },
99
99
  "types": "dist/index.d.ts",
100
- "version": "1.0.0",
100
+ "version": "1.0.1",
101
101
  "dependencies": {
102
102
  "@webkrafters/auto-immutable": "^2.0.5"
103
103
  }