Skip to content

Commit

Permalink
[#753][3.0] NPM PUBLISH
Browse files Browse the repository at this point in the history
################
- vue-router, vuex를 dev로 변경하게 되면 node_modules > evui > node_modules 폴더 내 core-js, vue가 존재하게 되어 다시 디펜던시를 변경
  • Loading branch information
kimdoeun committed Feb 16, 2021
1 parent f1d5526 commit 928d194
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "evui",
"version": "3.1.2",
"version": "3.1.3",
"description": "A EXEM Library project",
"author": "exem <dev_client@ex-em.com>",
"license": "MIT",
Expand All @@ -22,6 +22,8 @@
"dependencies": {
"core-js": "^3.6.5",
"vue": "^3.0.0",
"vue-router": "^4.0.0-0",
"vuex": "^4.0.0-0",
"vue-resize-observer": "^2.0.15"
},
"devDependencies": {
Expand Down Expand Up @@ -52,8 +54,6 @@
"stylelint-webpack-plugin": "^2.1.0",
"typescript": "~3.9.3",
"vue-jest": "^5.0.0-0",
"vue-template-compiler": "^2.6.12",
"vue-router": "^4.0.0-0",
"vuex": "^4.0.0-0"
"vue-template-compiler": "^2.6.12"
}
}

0 comments on commit 928d194

Please sign in to comment.