File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " v2-table" ,
3
- "version" : " 2.0 .0" ,
3
+ "version" : " 2.1 .0" ,
4
4
"description" : " A simple table component based Vue 2.x" ,
5
5
"author" : " dwqs" ,
6
6
"license" : " MIT" ,
38
38
"build:docs" : " npx cross-env NODE_ENV=production npx webpack --config ./build/webpack.prod.config.js --hide-modules && mv ./docs/dist/index.html ./docs/"
39
39
},
40
40
"dependencies" : {
41
- "beautify-scrollbar" : " ^1.0.5" ,
42
41
"lodash.findindex" : " ^4.6.0"
43
42
},
44
43
"peerDependencies" : {
45
- "vue" : " >= 2.5.0"
44
+ "vue" : " >= 2.5.0" ,
45
+ "beautify-scrollbar" : " >=1.0.5"
46
46
},
47
47
"devDependencies" : {
48
48
"@commitlint/cli" : " ^5.2.8" ,
56
56
"babel-plugin-transform-vue-jsx" : " ^3.7.0" ,
57
57
"babel-preset-env" : " ^1.6.1" ,
58
58
"babel-preset-stage-2" : " ^6.24.1" ,
59
+ "beautify-scrollbar" : " ^1.0.8" ,
59
60
"chai" : " ^4.1.2" ,
60
61
"clean-webpack-plugin" : " ^0.1.17" ,
61
62
"codecov" : " ^3.0.0" ,
You can’t perform that action at this time.
0 commit comments