This commit is contained in:
Nicolò Ribaudo
2019-07-08 21:46:49 +02:00
parent f48b47c1f7
commit 0dbf99bedb
12 changed files with 21 additions and 21 deletions

View File

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