Skip to content

Commit

Permalink
v6.3.15
Browse files Browse the repository at this point in the history
  • Loading branch information
hzoo committed Dec 6, 2015
1 parent d06cfe6 commit 3f7019f
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.3.14
6.3.15
4 changes: 2 additions & 2 deletions packages/babel-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "babel-cli",
"version": "6.3.13",
"version": "6.3.15",
"description": "Babel command line.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
"license": "MIT",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-cli",
"preferGlobal": true,
"dependencies": {
"babel-core": "^6.3.13",
"babel-core": "^6.3.15",
"babel-register": "^6.3.13",
"babel-polyfill": "^6.3.13",
"babel-runtime": "^5.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/babel-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-core",
"version": "6.3.13",
"version": "6.3.15",
"description": "Babel compiler core.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand All @@ -25,15 +25,15 @@
},
"dependencies": {
"babel-code-frame": "^6.3.13",
"babel-generator": "^6.3.13",
"babel-generator": "^6.3.15",
"babel-helpers": "^6.3.13",
"babel-messages": "^6.3.13",
"babel-template": "^6.3.13",
"babel-runtime": "^5.0.0",
"babel-register": "^6.3.13",
"babel-traverse": "^6.3.13",
"babel-traverse": "^6.3.15",
"babel-types": "^6.3.13",
"babylon": "^6.3.13",
"babylon": "^6.3.15",
"convert-source-map": "^1.1.0",
"debug": "^2.1.1",
"json5": "^0.4.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-generator",
"version": "6.3.14",
"version": "6.3.15",
"description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand All @@ -23,6 +23,6 @@
},
"devDependencies": {
"babel-helper-fixtures": "^6.3.13",
"babylon": "^6.3.14"
"babylon": "^6.3.15"
}
}
4 changes: 2 additions & 2 deletions packages/babel-helper-function-name/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "babel-helper-function-name",
"version": "6.3.13",
"version": "6.3.15",
"description": "",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-helper-function-name",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-runtime": "^5.0.0",
"babel-types": "^6.3.13",
"babel-traverse": "^6.3.13",
"babel-traverse": "^6.3.15",
"babel-helper-get-function-arity": "^6.3.13",
"babel-template": "^6.3.13"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-plugin-transform-es2015-classes/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "babel-plugin-transform-es2015-classes",
"version": "6.3.13",
"version": "6.3.15",
"description": "Compile ES2015 classes to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-classes",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {
"babel-helper-optimise-call-expression": "^6.3.13",
"babel-helper-function-name": "^6.3.13",
"babel-helper-function-name": "^6.3.15",
"babel-helper-replace-supers": "^6.3.13",
"babel-template": "^6.3.13",
"babel-traverse": "^6.3.13",
"babel-traverse": "^6.3.15",
"babel-helper-define-map": "^6.3.13",
"babel-messages": "^6.3.13",
"babel-runtime": "^5.0.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-destructuring",
"version": "6.3.13",
"version": "6.3.15",
"description": "Compile ES2015 destructuring to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-destructuring",
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-flow-strip-types",
"version": "6.3.13",
"version": "6.3.15",
"description": "Strip flow type annotations from your output code.",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-flow-strip-types",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/babel-traverse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-traverse",
"version": "6.3.14",
"version": "6.3.15",
"description": "",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand All @@ -12,7 +12,7 @@
"babel-messages": "^6.3.13",
"babel-runtime": "^5.0.0",
"babel-types": "^6.3.14",
"babylon": "^6.3.14",
"babylon": "^6.3.15",
"debug": "^2.2.0",
"globals": "^8.3.0",
"invariant": "^2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/babylon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babylon",
"version": "6.3.14",
"version": "6.3.15",
"description": "A JavaScript parser",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand Down

0 comments on commit 3f7019f

Please sign in to comment.