This commit is contained in:
Nicolò Ribaudo
2020-10-14 21:48:45 +02:00
parent 9ad0d45b41
commit 726154c78e
38 changed files with 228 additions and 228 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-syntax-module-string-names",
"version": "0.0.0",
"version": "7.12.0",
"description": "Allow parsing `import { 'any unicode' as bar }` and `export { foo as 'any unicode' }`",
"repository": {
"type": "git",
@@ -23,6 +23,6 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "workspace:^7.10.4"
"@babel/core": "workspace:^7.12.0"
}
}