Skip to content

Commit 0f2f419

Browse files
committed
改package.json
1 parent 030af2c commit 0f2f419

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "vue-virtual-tree",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Tree component for large amount of data, base on Vue3",
55
"scripts": {
66
"serve": "vue-cli-service serve --port 4200",
77
"build": "vue-cli-service build",
88
"build:lib": "vue-cli-service build --dest lib --target lib ./src/components/index.ts && gulp"
99
},
10-
"main": "./lib/index.js",
10+
"main": "./lib/vue-virtual-tree.common.js",
1111
"files": [
12-
"lib"
12+
"lib", "typings"
1313
],
1414
"dependencies": {
1515
"core-js": "^3.6.5",
@@ -42,5 +42,6 @@
4242
"type": "git",
4343
"url": "https://github.com/lycHub/vue-virtual-tree.git"
4444
},
45-
"homepage": "https://lychub.github.io/vue-virtual-tree"
45+
"homepage": "https://lychub.github.io/vue-virtual-tree",
46+
"typings": "typings/index.d.ts"
4647
}

0 commit comments

Comments
 (0)