This commit is contained in:
Nicolò Ribaudo
2019-07-09 16:41:44 +02:00
parent 9e65472377
commit 759ff4d6df
9 changed files with 15 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/runtime",
"version": "7.5.2",
"version": "7.5.3",
"description": "babel's modular runtime helpers",
"license": "MIT",
"publishConfig": {
@@ -12,6 +12,6 @@
"regenerator-runtime": "^0.13.2"
},
"devDependencies": {
"@babel/helpers": "^7.5.2"
"@babel/helpers": "^7.5.3"
}
}