This commit is contained in:
Henry Zhu
2017-08-16 11:54:08 -04:00
parent aa330999d0
commit cee4cde53e
21 changed files with 73 additions and 73 deletions

View File

@@ -1,15 +1,15 @@
{
"name": "babel-plugin-transform-es2015-block-scoping",
"version": "6.24.1",
"version": "6.26.0",
"description": "Compile ES2015 block scoping (const and let) to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-block-scoping",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^6.22.0",
"babel-template": "^6.24.1",
"babel-traverse": "^6.24.1",
"babel-types": "^6.24.1",
"babel-runtime": "^6.26.0",
"babel-template": "^6.26.0",
"babel-traverse": "^6.26.0",
"babel-types": "^6.26.0",
"lodash": "^4.17.4"
},
"keywords": [