This commit is contained in:
Nicolò Ribaudo
2019-01-21 22:22:39 +01:00
parent e8de6fa5d4
commit f6ee26c3da
20 changed files with 45 additions and 45 deletions

View File

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