Skip to content

Commit a423637

Browse files
committed
Try to fix tests install.
1 parent 86ecb5f commit a423637

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

analysis/tests/package.json

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
2+
"scripts": {},
23
"dependencies": {
3-
"reason-react": "^0.9.1"
4-
},
5-
"devDependencies": {
6-
"rescript": "9.1.1-dev.2"
7-
},
8-
"scripts": {}
4+
"@rescript/react": "^0.10.2",
5+
"rescript": "^9.1.1"
6+
}
97
}

0 commit comments

Comments
 (0)