Skip to content

Commit d30a1ea

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
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.36",
4+
"version": "2.1.37",
55
"type": "module",
66
"description": "A user-empowering data visualization Vue 3 components library for eloquent data storytelling",
77
"keywords": [
@@ -56,6 +56,7 @@
5656
"files": [
5757
"dist"
5858
],
59+
"types": "./dist/types/vue-data-ui.d.ts",
5960
"main": "./dist/vue-data-ui.umd.cjs",
6061
"module": "./dist/vue-data-ui.js",
6162
"exports": {

0 commit comments

Comments
 (0)