Fix bug with artifact id resolution.

This commit is contained in:
Daniel Scalzi
2020-01-18 12:08:33 -05:00
parent aeef30e3c8
commit 083c878a2d
4 changed files with 10 additions and 10 deletions

View File

@@ -28,11 +28,11 @@
"devDependencies": {
"@types/adm-zip": "^0.4.32",
"@types/fs-extra": "^8.0.1",
"@types/node": "^12.12.24",
"@types/node": "^12.12.25",
"@types/yargs": "^15.0.0",
"rimraf": "^3.0.0",
"tslint": "^5.20.1",
"typescript": "^3.7.4"
"typescript": "^3.7.5"
},
"dependencies": {
"adm-zip": "^0.4.13",