Skip to content

Commit c57ba30

Browse files
committed
Improve "files" patterns for npm (in case of subfolder)
1 parent 431dbd3 commit c57ba30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"files": [
2020
"*.md",
2121
"bsconfig.json",
22-
"src/*.re",
23-
"src/*.js",
24-
"!src/*.bs.js"
22+
"src/**/*.re",
23+
"src/**/*.js",
24+
"!src/**/*.bs.js"
2525
],
2626
"scripts": {
2727
"format:most": "prettier --write \"**/*.{md,json,js,css}\"",

0 commit comments

Comments
 (0)