Skip to content

Commit

Permalink
v6.3.18
Browse files Browse the repository at this point in the history
  • Loading branch information
amasad committed Dec 14, 2015
1 parent 9c88b87 commit d649b2e
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.3.17
6.3.18
8 changes: 4 additions & 4 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.17",
"version": "6.3.18",
"description": "Turns an AST into code.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand All @@ -11,9 +11,9 @@
"lib"
],
"dependencies": {
"babel-messages": "^6.3.13",
"babel-messages": "^6.3.18",
"babel-runtime": "^5.0.0",
"babel-types": "^6.3.17",
"babel-types": "^6.3.18",
"detect-indent": "^3.0.1",
"is-integer": "^1.0.4",
"lodash": "^3.10.1",
Expand All @@ -23,6 +23,6 @@
},
"devDependencies": {
"babel-helper-fixtures": "^6.3.13",
"babylon": "^6.3.15"
"babylon": "^6.3.18"
}
}
2 changes: 1 addition & 1 deletion packages/babel-messages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-messages",
"version": "6.3.13",
"version": "6.3.18",
"description": "Collection of debug messages used by Babel.",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-transform-es2015-parameters",
"version": "6.3.13",
"version": "6.3.18",
"description": "Compile ES2015 default and rest parameters to ES5",
"repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-parameters",
"license": "MIT",
Expand All @@ -10,7 +10,7 @@
"babel-helper-call-delegate": "^6.3.13",
"babel-helper-get-function-arity": "^6.3.13",
"babel-template": "^6.3.13",
"babel-types": "^6.3.13",
"babel-types": "^6.3.18",
"babel-runtime": "^5.0.0"
},
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/babel-plugin-transform-regenerator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "babel-plugin-transform-regenerator",
"author": "Ben Newman <bn@cs.stanford.edu>",
"description": "Explode async and generator functions into a state machine.",
"version": "6.3.13",
"version": "6.3.18",
"homepage": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-regenerator",
"main": "lib/index.js",
"dependencies": {
Expand All @@ -12,8 +12,8 @@
"babel-core": "^6.3.13",
"babel-runtime": "^5.0.0",
"babel-traverse": "^6.3.13",
"babel-types": "^6.3.13",
"babylon": "^6.3.13",
"babel-types": "^6.3.18",
"babylon": "^6.3.18",
"private": "~0.1.5"
},
"license": "BSD",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-types",
"version": "6.3.17",
"version": "6.3.18",
"description": "",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
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.15",
"version": "6.3.18",
"description": "A JavaScript parser",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
Expand Down

0 comments on commit d649b2e

Please sign in to comment.