This commit is contained in:
Nicolò Ribaudo
2019-04-26 23:00:07 +02:00
parent 4b8546c07d
commit 2c88694388
56 changed files with 200 additions and 200 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-block-scoping",
"version": "7.4.0",
"version": "7.4.4",
"description": "Compile ES2015 block scoping (const and let) to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-block-scoping",
"license": "MIT",
@@ -19,7 +19,7 @@
"@babel/core": "^7.0.0-0"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/core": "^7.4.4",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}