vue-slider-component
Advanced tools
Comparing version 2.6.0 to 2.6.1
{ | ||
"name": "vue-slider-component", | ||
"version": "2.6.0", | ||
"version": "2.6.1", | ||
"description": "Can use the Slider component in vue1.x and vue2.x", | ||
@@ -25,19 +25,4 @@ "keywords": [ | ||
"build": "rm -rf ./dist && webpack --colors --hide-modules", | ||
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1 && git add CHANGELOG.md", | ||
"commitmsg": "commitplease .git/COMMIT_EDITMSG" | ||
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1 && git add CHANGELOG.md" | ||
}, | ||
"commitplease": { | ||
"nohook": true, | ||
"components": [ | ||
"feat", | ||
"fix", | ||
"docs", | ||
"style", | ||
"refactor", | ||
"test", | ||
"chore", | ||
"wip", | ||
"conf" | ||
] | ||
}, | ||
"devDependencies": { | ||
@@ -44,0 +29,0 @@ "autoprefixer": "^7.1.4", |
325516