Skip to content

Commit 3a92a75

Browse files
committed
Added types field in package.json
1 parent d30a1ea commit 3a92a75

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-data-ui",
33
"private": false,
4-
"version": "2.1.37",
4+
"version": "2.1.38",
55
"type": "module",
66
"description": "A user-empowering data visualization Vue 3 components library for eloquent data storytelling",
77
"keywords": [
@@ -56,13 +56,13 @@
5656
"files": [
5757
"dist"
5858
],
59-
"types": "./dist/types/vue-data-ui.d.ts",
6059
"main": "./dist/vue-data-ui.umd.cjs",
6160
"module": "./dist/vue-data-ui.js",
6261
"exports": {
6362
".": {
6463
"import": "./dist/vue-data-ui.js",
65-
"export": "./dist/vue-data-ui.umd.cjs"
64+
"export": "./dist/vue-data-ui.umd.cjs",
65+
"types": "./dist/types/vue-data-ui.d.ts"
6666
},
6767
"./style.css": "./dist/style.css"
6868
},

0 commit comments

Comments
 (0)