This commit is contained in:
Nicolò Ribaudo
2020-05-30 19:16:08 +00:00
parent b5c4a46a69
commit b0350e5b1e
13 changed files with 29 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-syntax-module-attributes",
"version": "7.10.1",
"version": "7.10.2",
"description": "Allow parsing of the module attributes in the import statement",
"repository": {
"type": "git",
@@ -22,6 +22,6 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.10.1"
"@babel/core": "^7.10.2"
}
}