fix(xo-{cli,upload-ova}): remove deprecated dep @babel/polyfill

This commit is contained in:
Julien Fontanet
2020-05-27 10:13:54 +02:00
parent 8fb43e31c5
commit 6e24bf5f8c
2 changed files with 0 additions and 2 deletions

View File

@@ -33,7 +33,6 @@
"node": ">=8.10"
},
"dependencies": {
"@babel/polyfill": "^7.0.0",
"chalk": "^2.2.0",
"exec-promise": "^0.7.0",
"fs-extra": "^7.0.0",

View File

@@ -30,7 +30,6 @@
"node": ">=8.10"
},
"dependencies": {
"@babel/polyfill": "^7.0.0",
"bluebird": "^3.5.1",
"chalk": "^3.0.0",
"exec-promise": "^0.7.0",