Skip to content

Commit 64d12bb

Browse files
committed
Simplify pacakge.json files section
1 parent fd92f63 commit 64d12bb

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

package.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,9 @@
2424
"react-navigation"
2525
],
2626
"files": [
27-
"*",
28-
"!.DS_Store",
29-
"!**/*.bs.js",
30-
"!.merlin",
31-
"!lib/bs",
32-
"!lib/ocaml"
27+
"*.md",
28+
"bsconfig.json",
29+
"src/*.re"
3330
],
3431
"scripts": {
3532
"format:most": "prettier --write \"**/*.{md,json,js,css}\"",

0 commit comments

Comments
 (0)