Fix npm package size

This commit is contained in:
Marc Rousavy 2021-04-08 12:30:22 +02:00
parent 4983da3577
commit 2c5ea04939
2 changed files with 2 additions and 3 deletions

View File

@ -22,8 +22,7 @@
"ios/**/*.swift",
"ios/VisionCamera.xcodeproj/project.pbxproj",
"VisionCamera.podspec",
"README.md",
"docs"
"README.md"
],
"scripts": {
"test": "jest",

View File

@ -10,7 +10,7 @@
"esModuleInterop": true,
"importsNotUsedAsValues": "error",
"forceConsistentCasingInFileNames": true,
"jsx": "react",
"jsx": "react-native",
"lib": ["esnext"],
"module": "esnext",
"moduleResolution": "node",