Skip to content

Commit 91260c8

Browse files
allow package to be published
1 parent 1841e91 commit 91260c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/capacitor/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"name": "@powersync/capacitor",
33
"version": "0.0.1",
44
"description": "Adds PowerSync Capacitor support for iOS/Android",
5+
"publishConfig": {
6+
"registry": "https://registry.npmjs.org/",
7+
"access": "public"
8+
},
59
"main": "dist/plugin.cjs.js",
610
"module": "dist/esm/index.js",
711
"types": "dist/esm/index.d.ts",

0 commit comments

Comments
 (0)