Skip to content

Commit e45d2aa

Browse files
committed
fix: package.json export typo
1 parent ccd34ad commit e45d2aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/svelte-cloudinary/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"types": "./dist/index.d.ts",
2020
"svelte": "./dist/index.js"
2121
},
22-
".package.json": "./package.json"
22+
"./package.json": "./package.json"
2323
},
2424
"files": [
2525
"dist",

0 commit comments

Comments
 (0)