Skip to content

Commit bb9b222

Browse files
fix: export package.json to fix cap sync issues (#11)
Addresses #3
1 parent b57d7b9 commit bb9b222

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/capacitor-plugin/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"types": "./dist/index.d.ts",
88
"type": "module",
99
"exports": {
10+
"./package.json": "./package.json",
1011
".": {
1112
"types": "./dist/index.d.ts",
1213
"import": "./dist/plugin.mjs",

0 commit comments

Comments
 (0)