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

fix(deps): move backend deps

I had accidentally installed the deps in the root directory.
This commit is contained in:
Hiroyuki 2021-07-26 21:51:51 -04:00
parent 88f0e0e558
commit 1ba12c59ee
No known key found for this signature in database
GPG key ID: C15AC26538975A24
4 changed files with 85 additions and 147 deletions

View file

@ -9,7 +9,6 @@
"codestyle-check": "prettier --check \"./{backend,dashboard}/{,!(node_modules)/**/}/*.ts\""
},
"devDependencies": {
"@types/node-fetch": "^2.5.12",
"husky": "^3.0.9",
"lint-staged": "^9.4.2",
"prettier": "^1.19.1",
@ -29,8 +28,5 @@
"git add"
]
},
"dependencies": {
"file-type": "^16.5.2",
"node-fetch": "^2.6.1"
}
"dependencies": {}
}