Dependency upgrade, add tentative usage.

Mainly including the usage so that I don't forget how it works after not working on it for months.
This commit is contained in:
Daniel Scalzi
2019-12-20 05:07:45 -05:00
parent ad138d52a8
commit d2981c300a
3 changed files with 228 additions and 88 deletions

View File

@@ -28,15 +28,15 @@
"devDependencies": {
"@types/adm-zip": "^0.4.32",
"@types/fs-extra": "^8.0.1",
"@types/node": "^12.11.7",
"@types/node": "^12.12.21",
"@types/yargs": "^13.0.3",
"rimraf": "^3.0.0",
"tslint": "^5.20.0",
"typescript": "^3.6.4"
"tslint": "^5.20.1",
"typescript": "^3.7.3"
},
"dependencies": {
"adm-zip": "^0.4.13",
"fs-extra": "^8.1.0",
"yargs": "^14.2.0"
"yargs": "^15.0.2"
}
}