chore(release): 1.1.0

This commit is contained in:
陈凯龙
2022-02-21 15:23:22 +08:00
parent 384485f699
commit 1c9fb94a93
2 changed files with 132 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "element-plus-admin",
"version": "1.0.0",
"version": "1.1.0",
"description": "一套基于vue3、element-plus、typesScript、vite2的后台集成方案",
"author": "Archer <502431556@qq.com>",
"private": false,
@@ -16,6 +16,7 @@
"serve:test": "vite preview --mode test",
"npm:check": "npx npm-check-updates",
"log": "conventional-changelog -p angular -i CHANGELOG.md -s",
"release": "standard-version",
"clean": "npx rimraf node_modules",
"clean:cache": "npx rimraf node_modules/.cache",
"lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src",
@@ -84,6 +85,7 @@
"prettier": "^2.5.1",
"pretty-quick": "^3.1.3",
"rimraf": "^3.0.2",
"standard-version": "^9.3.2",
"stylelint": "^14.5.1",
"stylelint-config-html": "^1.0.0",
"stylelint-config-prettier": "^9.0.3",