This commit is contained in:
Henry Zhu
2018-11-06 17:21:22 -05:00
parent 2fa1984635
commit afe67a7035
13 changed files with 33 additions and 33 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@babel/plugin-transform-block-scoping",
"version": "7.0.0",
"version": "7.1.5",
"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.0.0",
"@babel/core": "^7.1.5",
"@babel/helper-plugin-test-runner": "^7.0.0"
}
}