Skip to content

Commit b89e382

Browse files
committed
chore: exclude src and tsbuild artifacts from npm package
1 parent 58666ed commit b89e382

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

packages/react-native-version-check-expo/.npmignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,8 @@ android/local.properties
2222
example/
2323
**/__tests__
2424
package-lock.json
25+
26+
# Do not publish source or TS build metadata
27+
src/
28+
*.tsbuildinfo
29+
tsconfig.build.json

packages/react-native-version-check/.npmignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,8 @@ android/local.properties
2222
example/
2323
**/__tests__
2424
package-lock.json
25+
26+
# Do not publish source or TS build metadata
27+
src/
28+
*.tsbuildinfo
29+
tsconfig.build.json

0 commit comments

Comments
 (0)