Skip to content

Commit 02bf320

Browse files
committed
fix: exclude test files from npm package
1 parent 18efa72 commit 02bf320

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"repository": "https://github.com/IjzerenHein/react-native-bundle-visualizer",
1818
"bugs": "https://github.com/IjzerenHein/react-native-bundle-visualizer/issues",
1919
"license": "MIT",
20+
"files": [
21+
"src"
22+
],
2023
"dependencies": {
2124
"chalk": "^3.0.0",
2225
"execa": "^3.4.0",

0 commit comments

Comments
 (0)