Skip to content

Commit 2ed7b04

Browse files
authored
fix: export package.json to fix cap sync issues (#52)
1 parent d00ee07 commit 2ed7b04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)