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

@ -51,8 +51,7 @@
"ts-node": "^3.3.0",
"typeorm": "^0.2.14",
"typescript": "^3.5.3",
"uuid": "^3.3.2",
"vuex": "^3.1.1"
"uuid": "^3.3.2"
},
"devDependencies": {
"@babel/core": "^7.5.5",