Skip to content

Commit 928b427

Browse files
committed
More futur proof "files" patterns for npm (in case of interop files)
1 parent eb1f059 commit 928b427

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
@@ -18,7 +18,9 @@
1818
"files": [
1919
"*.md",
2020
"bsconfig.json",
21-
"src/*.re"
21+
"src/*.re",
22+
"src/*.js",
23+
"!src/*.bs.js"
2224
],
2325
"scripts": {
2426
"format:most": "prettier --write \"**/*.{md,json,js,css}\"",

0 commit comments

Comments
 (0)