Skip to content

Commit ff62b3e

Browse files
committed
patch/doc: updated examples to always reference the current, local version of H4R
1 parent b1cef84 commit ff62b3e

File tree

8 files changed

+81849
-15037
lines changed

8 files changed

+81849
-15037
lines changed

examples/comparison-hooks-for-redux/package-lock.json

Lines changed: 20428 additions & 3718 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/comparison-hooks-for-redux/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"react": "^16.10.2",
66
"react-dom": "^16.10.2",
77
"react-scripts": "^3.2.0",
8-
"hooks-for-redux": "^1.0.0"
8+
"hooks-for-redux": "file:../../"
99
},
1010
"scripts": {
1111
"start": "react-scripts start",

examples/middleware/package-lock.json

Lines changed: 20509 additions & 3747 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/middleware/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": "0.1.0",
33
"private": true,
44
"dependencies": {
5-
"hooks-for-redux": "^1.3.0",
5+
"hooks-for-redux": "file:../../",
66
"react": "^16.13.1",
77
"react-dom": "^16.13.1",
88
"react-scripts": "^3.4.1",

0 commit comments

Comments
 (0)