Skip to content

Commit 85ef7d6

Browse files
committed
Fix contents of runtime package
1 parent 949139c commit 85ef7d6

File tree

3 files changed

+1221
-3
lines changed

3 files changed

+1221
-3
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
bs/
2+
*.ast
3+
*.iast
4+
rescript.lock
5+
.compiler.log

packages/@rescript/runtime/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@
3030
"access": "public"
3131
},
3232
"files": [
33-
"lib/es6",
34-
"lib/js",
35-
"lib/ocaml"
33+
"lib"
3634
],
3735
"exports": {
3836
"./lib/es6/*": "./lib/es6/*",

0 commit comments

Comments
 (0)