Skip to content

Commit f7d583b

Browse files
baransuMoOx
andauthored
Fixed missing src/Interop.js in npm package (#39)
* fix: include missing Interop.js in package files * Update package.json Co-authored-by: Max Thirouin <[email protected]>
1 parent 0b0b095 commit f7d583b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626
"files": [
2727
"*.md",
2828
"bsconfig.json",
29-
"src/*.re"
29+
"src/*.re",
30+
"src/*.js",
31+
"!src/*.bs.js"
3032
],
3133
"scripts": {
3234
"format:most": "prettier --write \"**/*.{md,json,js,css}\"",

0 commit comments

Comments
 (0)