Skip to content

Commit c0b4d91

Browse files
committed
Fix npm pack mess
1 parent 03a1760 commit c0b4d91

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

.gitignore

-2
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,3 @@ node_modules
99
# npm unused lock file (we use yarn.lock)
1010
package-lock.json
1111

12-
# generated from template/.gitignore
13-
template/.npmignore

package.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,8 @@
1313
"react-native-template"
1414
],
1515
"files": [
16-
"*.md",
1716
"*.js",
18-
"template/*",
19-
"!template/android/app/build",
20-
"!template/ios/build",
21-
"!template/ios/Pods"
17+
"template"
2218
],
2319
"devDependencies": {
2420
"bs-platform": "^9.0.0",

template/.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ buck-out/
5656
*.jsbundle
5757

5858
# CocoaPods
59-
/ios/Pods/
59+
ios/Pods/
6060

6161
# ReScript artifacts
6262
*.bs.js

0 commit comments

Comments
 (0)