chore: release @vant/stylelint-config@1.2.0

This commit is contained in:
chenjiahan
2020-03-08 10:37:38 +08:00
parent 2a0a368bae
commit b00aeddc9d
4 changed files with 38 additions and 29 deletions
+4 -4
View File
@@ -1,6 +1,6 @@
{
"name": "@vant/stylelint-config",
"version": "1.1.0",
"version": "1.2.0",
"description": "stylelint config of vant.",
"main": "index.js",
"publishConfig": {
@@ -9,11 +9,11 @@
"license": "MIT",
"repository": "https://github.com/youzan/vant/tree/dev/packages/vant-stylelint-config",
"peerDependencies": {
"stylelint": "^12.0.0"
"stylelint": "^13.0.0"
},
"dependencies": {
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^19.0.0",
"stylelint-order": "^3.1.1"
"stylelint-config-standard": "^20.0.0",
"stylelint-order": "^4.0.0"
}
}