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 00ccded commit cce3a4aCopy full SHA for cce3a4a
plugin/package.json
@@ -28,6 +28,9 @@
28
"plugin",
29
"native"
30
],
31
+ "publishConfig": {
32
+ "access": "public"
33
+ },
34
"scripts": {
35
"verify": "npm run verify:ios && npm run verify:android && npm run verify:web",
36
"verify:ios": "cd ios && pod install && xcodebuild -workspace Plugin.xcworkspace -scheme Plugin -destination generic/platform=iOS && cd ..",
0 commit comments