Skip to content

Commit

Permalink
fix: package.json export typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostdevv committed Mar 17, 2024
1 parent ccd34ad commit e45d2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/svelte-cloudinary/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js"
},
".package.json": "./package.json"
"./package.json": "./package.json"
},
"files": [
"dist",
Expand Down

0 comments on commit e45d2aa

Please sign in to comment.