This commit is contained in:
Nicolò Ribaudo
2019-11-23 00:05:58 +01:00
parent 1b4cfc21d9
commit 75767d87cb
142 changed files with 630 additions and 630 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-syntax-export-default-from",
"version": "7.2.0",
"version": "7.7.4",
"description": "Allow parsing of export default from",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-export-default-from",
"license": "MIT",
@@ -18,6 +18,6 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.2.0"
"@babel/core": "^7.7.4"
}
}