This commit is contained in:
Nicolò Ribaudo
2020-03-20 16:32:55 +01:00
parent e39b508030
commit 8d5e422be2
40 changed files with 133 additions and 134 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/runtime-corejs2",
"version": "7.8.7",
"version": "7.9.0",
"description": "babel's modular runtime helpers with core-js@2 polyfilling",
"license": "MIT",
"publishConfig": {
@@ -13,6 +13,6 @@
"regenerator-runtime": "^0.13.4"
},
"devDependencies": {
"@babel/helpers": "^7.8.4"
"@babel/helpers": "^7.9.0"
}
}