This commit is contained in:
Nicolò Ribaudo
2019-01-22 08:07:23 +01:00
parent 43b83f8ed7
commit f2af6c1170
9 changed files with 15 additions and 15 deletions

View File

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