Skip to content

Commit 7e8afc7

Browse files
author
黄书伟
committed
add files field
1 parent 08d4626 commit 7e8afc7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-easytable",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "基于 vue2.x 的table组件",
55
"main": "dist-lib/src/index.js",
66
"author": "https://github.com/huangshuwei",
@@ -9,6 +9,9 @@
99
"type": "git",
1010
"url": "git+https://github.com/huangshuwei/vue-easytable.git"
1111
},
12+
"files": [
13+
"dist-lib"
14+
],
1215
"dependencies": {
1316
"nprogress": "^0.2.0",
1417
"vue": "^2.2.6",

0 commit comments

Comments
 (0)