Skip to content

Commit

Permalink
build: delete useless plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kailong321200875 committed Feb 21, 2022
1 parent 76e8289 commit c756761
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "vue-element-plus-admin",
"version": "1.0.4",
"version": "1.0.0",
"description": "一套基于vue3、element-plus、typesScript、vite2的后台集成方案",
"author": "Archer <502431556@qq.com>",
"private": false,
Expand All @@ -15,9 +15,7 @@
"serve:dev": "vite preview --mode dev",
"serve:test": "vite preview --mode test",
"npm:check": "npx npm-check-updates",
"log": "conventional-changelog -p angular -i CHANGELOG.md -s",
"release": "standard-version",
"github-release": "conventional-github-releaser -p angular",
"clean": "npx rimraf node_modules",
"clean:cache": "npx rimraf node_modules/.cache",
"lint:eslint": "eslint --fix --ext .js,.ts,.vue ./src",
Expand Down Expand Up @@ -71,8 +69,6 @@
"@vitejs/plugin-vue-jsx": "^1.3.7",
"autoprefixer": "^10.4.2",
"commitizen": "^4.2.4",
"conventional-changelog-cli": "^2.2.2",
"conventional-github-releaser": "^3.1.5",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.3.0",
"eslint-define-config": "^1.2.5",
Expand Down

0 comments on commit c756761

Please sign in to comment.