This commit is contained in:
Henry Zhu
2016-09-01 11:03:06 -04:00
parent 13d76e98d6
commit b3dca4fb5a
7 changed files with 14 additions and 14 deletions

View File

@@ -1,14 +1,14 @@
{
"name": "babel-plugin-transform-es2015-block-scoping",
"version": "6.14.0",
"version": "6.15.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-traverse": "^6.14.0",
"babel-types": "^6.14.0",
"babel-template": "^6.14.0",
"babel-traverse": "^6.15.0",
"babel-types": "^6.15.0",
"babel-template": "^6.15.0",
"lodash": "^4.2.0",
"babel-runtime": "^6.9.0"
},