Skip to content

Commit b221e38

Browse files
committed
More futur proof "files" patterns for npm (in case of interop files)
1 parent 1239cb9 commit b221e38

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

package.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,11 @@
1616
"react-native"
1717
],
1818
"files": [
19-
"*",
20-
"!.github",
21-
"!.DS_Store",
22-
"!**/*.bs.js",
23-
"!.merlin",
24-
"!lib/bs",
25-
"!lib/ocaml"
19+
"*.md",
20+
"bsconfig.json",
21+
"src/*.re",
22+
"src/*.js",
23+
"!src/*.bs.js"
2624
],
2725
"scripts": {
2826
"format:most": "prettier --write \"**/*.{md,json,js,css}\"",

0 commit comments

Comments
 (0)