Skip to content

Commit eaf1974

Browse files
author
Roland Peelen
committed
🚚 - Move rescript.json to root
1 parent 048e668 commit eaf1974

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

jscomp/others/rescript.json renamed to rescript.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"name": "others",
2+
"name": "jscomp",
33
"sources": [
44
{
5-
"dir": "."
5+
"dir": "jscomp/others"
66
}
77
],
88
"package-specs": {
9-
"module": "esmodule",
9+
"module": "commonjs",
1010
"in-source": true
1111
},
12-
"suffix": ".res.js",
12+
"suffix": ".js",
1313
"bsc-flags": [
1414
"-no-keep-locs",
1515
"-no-alias-deps",

0 commit comments

Comments
 (0)