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:
parent
88f0e0e558
commit
1ba12c59ee
4 changed files with 85 additions and 147 deletions
|
@ -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": {}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue