We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 117a689 commit 62ffca5Copy full SHA for 62ffca5
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@emeks/rescript-react-restate",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"scripts": {
5
"dev": "yarn re:build && parcel examples/index.html",
6
"re:build": "rescript",
@@ -26,9 +26,9 @@
26
},
27
"devDependencies": {
28
"@rescript/react": "^0.10.1",
29
- "rescript-react-update": "^5.0.0",
30
"parcel-bundler": "^1.12.5",
31
"react": "^16.8.0",
32
- "react-dom": "^16.8.0"
+ "react-dom": "^16.8.0",
+ "rescript-react-update": "^5.0.0"
33
}
34
0 commit comments