Browse Source

build: delete useless plugin

kailong321200875 3 years ago
parent
commit
c756761dfc
1 changed files with 1 additions and 5 deletions
  1. 1 5
      package.json

+ 1 - 5
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,
@@ -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",
@@ -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",