3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-11 04:45:02 +00:00

Move vuex dependency from root package.json to dashboard folder

This commit is contained in:
Dragory 2019-08-21 22:06:31 +03:00
parent a05fcd7c06
commit 357687654a
4 changed files with 8 additions and 8 deletions

View file

@ -27,7 +27,8 @@
"vue-codemirror": "^4.0.6",
"vue-highlightjs": "^1.3.3",
"vue-hot-reload-api": "^2.3.3",
"vue-router": "^3.0.6"
"vue-router": "^3.0.6",
"vuex": "^3.1.1"
},
"browserslist": [
"last 2 Chrome versions"