Skip to content

Commit 87fcbf2

Browse files
committed
v2.1.0
1 parent 7c7c679 commit 87fcbf2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "v2-table",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"description": "A simple table component based Vue 2.x",
55
"author": "dwqs",
66
"license": "MIT",
@@ -38,11 +38,11 @@
3838
"build:docs": "npx cross-env NODE_ENV=production npx webpack --config ./build/webpack.prod.config.js --hide-modules && mv ./docs/dist/index.html ./docs/"
3939
},
4040
"dependencies": {
41-
"beautify-scrollbar": "^1.0.5",
4241
"lodash.findindex": "^4.6.0"
4342
},
4443
"peerDependencies": {
45-
"vue": ">= 2.5.0"
44+
"vue": ">= 2.5.0",
45+
"beautify-scrollbar": ">=1.0.5"
4646
},
4747
"devDependencies": {
4848
"@commitlint/cli": "^5.2.8",
@@ -56,6 +56,7 @@
5656
"babel-plugin-transform-vue-jsx": "^3.7.0",
5757
"babel-preset-env": "^1.6.1",
5858
"babel-preset-stage-2": "^6.24.1",
59+
"beautify-scrollbar": "^1.0.8",
5960
"chai": "^4.1.2",
6061
"clean-webpack-plugin": "^0.1.17",
6162
"codecov": "^3.0.0",

0 commit comments

Comments
 (0)