Skip to content

Commit 9945b34

Browse files
committed
fix webapi experimental version
1 parent 11a1a5c commit 9945b34

File tree

3 files changed

+17
-15
lines changed

3 files changed

+17
-15
lines changed

package-lock.json

Lines changed: 14 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@
3939
"react-dom": ">=19.2.0"
4040
},
4141
"dependencies": {
42-
"@rescript/webapi": "^0.1.0-experimental-2090589"
42+
"@rescript/webapi": "0.1.0-experimental-61b1074"
4343
}
4444
}

rescript.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
},
66
"sources": [
77
{
8-
"dir": "src"
8+
"dir": "src",
9+
"subdirs": true
910
}
1011
],
1112
"package-specs": [

0 commit comments

Comments
 (0)