3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-18 15:45:03 +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 44bba67a46
commit 8d4f19e28b
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"