We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4333a35 commit 2a2c124Copy full SHA for 2a2c124
1 file changed
package.json
@@ -14,15 +14,12 @@
14
"react-native-template"
15
],
16
"files": [
17
- "*",
18
- "!.DS_Store",
19
- "!template/**/*.bs.js",
20
- "!template/.merlin",
+ "*.md",
+ "*.js",
+ "template/*",
21
"!template/android/app/build",
22
"!template/ios/build",
23
- "!template/ios/Pods",
24
- "!template/lib/bs",
25
- "!template/lib/ocaml"
+ "!template/ios/Pods"
26
27
"devDependencies": {
28
"bs-platform": "^8.0.0",
0 commit comments