Skip to content

Commit

Permalink
chore: fix previous bad commit
Browse files Browse the repository at this point in the history
  • Loading branch information
olivier committed Nov 9, 2023
1 parent c1629c8 commit 3eb8427
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,6 @@
"test": "echo no test available"
},
"files": [
...
"!docs",
"!examples",
...
]
"android",
"ios",
"windows",
Expand All @@ -62,6 +57,8 @@
"!android/buildOutput_*",
"!android/local.properties",
"!ios/build",
"!**/*.tsbuildinfo"
"!**/*.tsbuildinfo",
"!docs",
"!examples"
]
}

0 comments on commit 3eb8427

Please sign in to comment.