Skip to content

Commit

Permalink
fix: expose plugins subdir
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanmylee committed Jan 2, 2024
1 parent b66074a commit 8fdc859
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js",
"default": "./dist/index.js"
},
"./plugins": {
"types": "./dist/plugins/index.d.ts",
"svelte": "./dist/plugins/index.js",
"default": "./dist/plugins/index.js"
}
},
"files": [
Expand Down

0 comments on commit 8fdc859

Please sign in to comment.