Skip to content

Commit

Permalink
chore(package): export utils
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Feb 4, 2025
1 parent e595314 commit 0a081f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
"types": "./vue-plugin.d.ts"
},
"./runtime/*": "./dist/runtime/*",
"./utils/*": {
"types": "./dist/runtime/utils/*.d.ts",
"import": "./dist/runtime/utils/*.js"
},
"./locale": {
"types": "./dist/runtime/locale/index.d.ts",
"import": "./dist/runtime/locale/index.js"
Expand Down

0 comments on commit 0a081f1

Please sign in to comment.