Skip to content

Commit 7ad2f73

Browse files
fix: change dependency override (#136)
This change is needed to run the examples in the web sandboxes (like codesandbox and stackblitz) Co-authored-by: Alex Potsides <[email protected]>
1 parent 7d7e145 commit 7ad2f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"nanoid": "^3.1.20",
6363
"native-abort-controller": "^1.0.3",
6464
"native-fetch": "^3.0.0",
65-
"node-fetch": "npm:@achingbrain/node-fetch@^2.6.4",
65+
"node-fetch": "https://registry.npmjs.org/@achingbrain/node-fetch/-/node-fetch-2.6.7.tgz",
6666
"react-native-fetch-api": "^2.0.0",
6767
"stream-to-it": "^0.2.2"
6868
},

0 commit comments

Comments
 (0)