Skip to content
This repository was archived by the owner on Feb 27, 2022. It is now read-only.

Commit ed6208b

Browse files
committed
Use [email protected] in examples
1 parent 6a31555 commit ed6208b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/with-parcel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"react": "^16.13.1",
2020
"react-dom": "^16.13.1",
2121
"reason-react": "^0.8.0",
22-
"reason-loadable": "git+https://[email protected]/kMeillet/reason-loadable.git"
22+
"reason-loadable": "^1.0.0"
2323
},
2424
"browserslist": [
2525
">1%",

examples/with-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"react": "^16.13.1",
3131
"react-dom": "^16.13.1",
3232
"reason-react": "^0.8.0",
33-
"reason-loadable": "git+https://[email protected]/kMeillet/reason-loadable.git"
33+
"reason-loadable": "^1.0.0"
3434
},
3535
"browserslist": [
3636
">1%",

0 commit comments

Comments
 (0)