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

Commit

Permalink
Use reason-loadable@1.0.0 in examples
Browse files Browse the repository at this point in the history
  • Loading branch information
arialpew committed May 24, 2020
1 parent 6a31555 commit ed6208b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/with-parcel/package.json
Expand Up @@ -19,7 +19,7 @@
"react": "^16.13.1",
"react-dom": "^16.13.1",
"reason-react": "^0.8.0",
"reason-loadable": "git+https://git@github.com/kMeillet/reason-loadable.git"
"reason-loadable": "^1.0.0"
},
"browserslist": [
">1%",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-webpack/package.json
Expand Up @@ -30,7 +30,7 @@
"react": "^16.13.1",
"react-dom": "^16.13.1",
"reason-react": "^0.8.0",
"reason-loadable": "git+https://git@github.com/kMeillet/reason-loadable.git"
"reason-loadable": "^1.0.0"
},
"browserslist": [
">1%",
Expand Down

0 comments on commit ed6208b

Please sign in to comment.