Skip to content

Commit 755d694

Browse files
committed
chore: Updated package configuration
Signed-off-by: Frederik Bußmann <frederik@bussmann.io>
1 parent 1c28aee commit 755d694

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# 1.0.16
22
- Bumped dependencies
3+
- Updated package config
34

45
# 1.0.15
56
- Fixed component prefix handling with nuxt-kit@3.15.4

package.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,18 @@
1414
"type": "module",
1515
"exports": {
1616
".": {
17-
"types": "./dist/types.d.ts",
18-
"import": "./dist/module.mjs",
19-
"require": "./dist/module.cjs"
17+
"types": "./dist/types.d.mts",
18+
"import": "./dist/module.mjs"
19+
}
20+
},
21+
"main": "./dist/module.mjs",
22+
"typesVersions": {
23+
"*": {
24+
".": [
25+
"./dist/types.d.mts"
26+
]
2027
}
2128
},
22-
"main": "./dist/module.cjs",
23-
"types": "./dist/types.d.ts",
2429
"files": [
2530
"dist"
2631
],

0 commit comments

Comments
 (0)