Skip to content

Commit

Permalink
5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sebmck committed Apr 30, 2015
1 parent 02cb397 commit 5080534
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/babel-cli/package.json
@@ -1,13 +1,13 @@
{
"name": "babel",
"description": "Turn ES6 code into readable vanilla ES5 with source maps",
"version": "5.2.1",
"version": "5.2.2",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
"repository": "babel/babel",
"preferGlobal": true,
"dependencies": {
"babel-core": "^5.2.1",
"babel-core": "^5.2.2",
"chokidar": "^1.0.0",
"commander": "^2.6.0",
"convert-source-map": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-runtime/package.json
@@ -1,7 +1,7 @@
{
"name": "babel-runtime",
"description": "babel selfContained runtime",
"version": "5.2.1",
"version": "5.2.2",
"repository": "babel/babel",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"dependencies": {
Expand Down

1 comment on commit 5080534

@appden
Copy link
Contributor

@appden appden commented on 5080534 May 1, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit isn't in master, just a friendly FYI. 鉁岋笍

Please sign in to comment.