Skip to content

Commit fadb21b

Browse files
committed
set files in package.json
1 parent 04f8a4a commit fadb21b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/plugin-platform-visionos/package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
"types": "./dist/src/index.d.ts",
77
"import": "./dist/src/index.js"
88
},
9+
"files": [
10+
"dist",
11+
"src",
12+
"template",
13+
"react-native.config.ts"
14+
],
915
"scripts": {
1016
"clean-dist": "rm -f dist/package.json",
1117
"publish:verdaccio": "npm publish --registry http://localhost:4873 --userconfig ../../.npmrc"

0 commit comments

Comments
 (0)