We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04f8a4a commit fadb21bCopy full SHA for fadb21b
packages/plugin-platform-visionos/package.json
@@ -6,6 +6,12 @@
6
"types": "./dist/src/index.d.ts",
7
"import": "./dist/src/index.js"
8
},
9
+ "files": [
10
+ "dist",
11
+ "src",
12
+ "template",
13
+ "react-native.config.ts"
14
+ ],
15
"scripts": {
16
"clean-dist": "rm -f dist/package.json",
17
"publish:verdaccio": "npm publish --registry http://localhost:4873 --userconfig ../../.npmrc"
0 commit comments