Skip to content

Commit 62ffca5

Browse files
v1.0.1 published
1 parent 117a689 commit 62ffca5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@emeks/rescript-react-restate",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"scripts": {
55
"dev": "yarn re:build && parcel examples/index.html",
66
"re:build": "rescript",
@@ -26,9 +26,9 @@
2626
},
2727
"devDependencies": {
2828
"@rescript/react": "^0.10.1",
29-
"rescript-react-update": "^5.0.0",
3029
"parcel-bundler": "^1.12.5",
3130
"react": "^16.8.0",
32-
"react-dom": "^16.8.0"
31+
"react-dom": "^16.8.0",
32+
"rescript-react-update": "^5.0.0"
3333
}
3434
}

0 commit comments

Comments
 (0)