This commit is contained in:
Henry Zhu
2016-06-11 00:05:21 -04:00
parent c113b0a7ec
commit c5ae951f98
5 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "babel-cli",
"version": "6.9.0",
"version": "6.10.0",
"description": "Babel command line.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",

View File

@@ -1,6 +1,6 @@
{
"name": "babel-generator",
"version": "6.9.0",
"version": "6.10.0",
"description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
@@ -13,7 +13,7 @@
"dependencies": {
"babel-messages": "^6.8.0",
"babel-runtime": "^6.9.0",
"babel-types": "^6.9.0",
"babel-types": "^6.10.0",
"detect-indent": "^3.0.1",
"lodash": "^4.2.0",
"source-map": "^0.5.0"

View File

@@ -1,13 +1,13 @@
{
"name": "babel-plugin-transform-es2015-block-scoping",
"version": "6.9.0",
"version": "6.10.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.9.0",
"babel-types": "^6.9.0",
"babel-types": "^6.10.0",
"babel-template": "^6.9.0",
"lodash": "^4.2.0",
"babel-runtime": "^6.9.0"

View File

@@ -1,6 +1,6 @@
{
"name": "babel-types",
"version": "6.9.1",
"version": "6.10.0",
"description": "",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",