Skip to content

Commit 2a2c124

Browse files
committed
Filter files to publish on npm differently
1 parent 4333a35 commit 2a2c124

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

package.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,12 @@
1414
"react-native-template"
1515
],
1616
"files": [
17-
"*",
18-
"!.DS_Store",
19-
"!template/**/*.bs.js",
20-
"!template/.merlin",
17+
"*.md",
18+
"*.js",
19+
"template/*",
2120
"!template/android/app/build",
2221
"!template/ios/build",
23-
"!template/ios/Pods",
24-
"!template/lib/bs",
25-
"!template/lib/ocaml"
22+
"!template/ios/Pods"
2623
],
2724
"devDependencies": {
2825
"bs-platform": "^8.0.0",

0 commit comments

Comments
 (0)