This commit is contained in:
Jan Prochazka
2020-02-02 22:34:17 +01:00
parent 6d1f3e977c
commit 56e6777044
3 changed files with 34 additions and 3 deletions

View File

@@ -7,10 +7,11 @@
"@types/dbgate": "file:../../types",
"@types/lodash": "^4.14.149",
"nodemon": "^2.0.2",
"typescript": "^3.7.4"
"typescript": "^3.7.5"
},
"dependencies": {
"fs-extra": "^8.1.0",
"lodash": "^4.17.15"
"lodash": "^4.17.15",
"path": "^0.12.7"
}
}