Skip to content

Commit

Permalink
chore: 由于是umd打包发布,依赖全部并入devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Nov 4, 2020
1 parent 411cc10 commit cf2ece3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,11 @@
"lib": "vue-cli-service build --target lib --name ProCrud --dest lib src/index.ts",
"deploy": "npm run lib && npm publish"
},
"dependencies": {
"devDependencies": {
"@riophae/vue-treeselect": "^0.4.0",
"axios": "^0.19.2",
"core-js": "3.6.5",
"dayjs": "1.8.20",
"element-ui": "^2.13.2",
"inquirer": "^6.5.2",
"lodash": "^4.17.14",
"path": "^0.12.7",
Expand All @@ -54,9 +53,8 @@
"vue-awesome": "^3.5.4",
"vue-class-component": "^7.2.3",
"vue-property-decorator": "^8.5.0",
"vuedraggable": "^2.23.2"
},
"devDependencies": {
"vuedraggable": "^2.23.2",
"element-ui": "^2.13.2",
"@babel/plugin-transform-modules-umd": "^7.12.1",
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
Expand Down

0 comments on commit cf2ece3

Please sign in to comment.