Updated types and typescript settings

This commit is contained in:
Alexander Cerutti
2019-05-20 22:09:49 +02:00
parent 9609187fa5
commit 96004162c6
3 changed files with 8 additions and 10 deletions

View File

@@ -29,11 +29,11 @@
"node": ">=8.1.0"
},
"devDependencies": {
"@types/archiver": "^2.1.3",
"@types/archiver": "^3.0.0",
"@types/debug": "^4.1.4",
"@types/joi": "^14.3.3",
"@types/node": "^12.0.0",
"@types/node-forge": "^0.8.2",
"@types/node-forge": "^0.8.3",
"jasmine": "^3.4.0",
"typescript": "^3.4.5"
}