Skip to content

Commit

Permalink
Fix npm pack mess
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed May 3, 2021
1 parent 03a1760 commit c0b4d91
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,3 @@ node_modules
# npm unused lock file (we use yarn.lock)
package-lock.json

# generated from template/.gitignore
template/.npmignore
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,8 @@
"react-native-template"
],
"files": [
"*.md",
"*.js",
"template/*",
"!template/android/app/build",
"!template/ios/build",
"!template/ios/Pods"
"template"
],
"devDependencies": {
"bs-platform": "^9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion template/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ buck-out/
*.jsbundle

# CocoaPods
/ios/Pods/
ios/Pods/

# ReScript artifacts
*.bs.js
Expand Down

0 comments on commit c0b4d91

Please sign in to comment.