Skip to content

Commit c9c3fde

Browse files
committed
More futur proof "files" patterns for npm (in case of interop files)
1 parent e41a9fd commit c9c3fde

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
@@ -17,13 +17,11 @@
1717
"react-native"
1818
],
1919
"files": [
20-
"*",
21-
"!.github",
22-
"!.DS_Store",
23-
"!**/*.bs.js",
24-
"!.merlin",
25-
"!lib/bs",
26-
"!lib/ocaml"
20+
"*.md",
21+
"bsconfig.json",
22+
"src/*.re",
23+
"src/*.js",
24+
"!src/*.bs.js"
2725
],
2826
"scripts": {
2927
"format:most": "prettier --write \"**/*.{md,json,js,css}\"",

0 commit comments

Comments
 (0)