vuechrts 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,16 +1,16 @@
|
|
1
1
|
{
|
2
2
|
"name": "vuechrts",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.3",
|
4
4
|
"type": "module",
|
5
5
|
"files": [
|
6
6
|
"dist"
|
7
7
|
],
|
8
8
|
"main": "./dist/vuechrts.umd.cjs",
|
9
9
|
"module": "./dist/vuechrts.js",
|
10
|
-
"types": "./dist/
|
10
|
+
"types": "./dist/index.d.ts",
|
11
11
|
"exports": {
|
12
12
|
".": {
|
13
|
-
"types": "./dist/
|
13
|
+
"types": "./dist/index.d.ts",
|
14
14
|
"import": "./dist/vuechrts.js",
|
15
15
|
"require": "./dist/vuechrts.umd.cjs"
|
16
16
|
},
|