We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e8afc7 commit 14f55f0Copy full SHA for 14f55f0
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-easytable",
3
- "version": "1.1.1",
+ "version": "1.1.2",
4
"description": "基于 vue2.x 的table组件",
5
"main": "dist-lib/src/index.js",
6
"author": "https://github.com/huangshuwei",
@@ -10,7 +10,8 @@
10
"url": "git+https://github.com/huangshuwei/vue-easytable.git"
11
},
12
"files": [
13
- "dist-lib"
+ "dist-lib/packages",
14
+ "dist-lib/src"
15
],
16
"dependencies": {
17
"nprogress": "^0.2.0",
0 commit comments