This commit is contained in:
Sebastian McKenzie 2015-07-24 21:59:14 +01:00
parent bd17e06a2c
commit 0531b61d59
5 changed files with 6 additions and 6 deletions

View File

@ -1 +1 @@
5.8.4 5.8.5

View File

@ -1,6 +1,6 @@
{ {
"name": "babel", "name": "babel",
"version": "5.8.4", "version": "5.8.5",
"description": "Turn ES6 code into readable vanilla ES5 with source maps", "description": "Turn ES6 code into readable vanilla ES5 with source maps",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-runtime", "name": "babel-runtime",
"version": "5.8.3", "version": "5.8.5",
"description": "babel selfContained runtime", "description": "babel selfContained runtime",
"license": "MIT", "license": "MIT",
"repository": "babel/babel", "repository": "babel/babel",

View File

@ -1,6 +1,6 @@
{ {
"name": "babel-core", "name": "babel-core",
"version": "5.8.4", "version": "5.8.5",
"description": "A compiler for writing next generation JavaScript", "description": "A compiler for writing next generation JavaScript",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",
@ -42,7 +42,7 @@
"babel-plugin-runtime": "^1.0.7", "babel-plugin-runtime": "^1.0.7",
"babel-plugin-undeclared-variables-check": "^1.0.2", "babel-plugin-undeclared-variables-check": "^1.0.2",
"babel-plugin-undefined-to-void": "^1.1.6", "babel-plugin-undefined-to-void": "^1.1.6",
"babylon": "^5.8.4", "babylon": "^5.8.5",
"bluebird": "^2.9.33", "bluebird": "^2.9.33",
"chalk": "^1.0.0", "chalk": "^1.0.0",
"convert-source-map": "^1.1.0", "convert-source-map": "^1.1.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "babylon", "name": "babylon",
"version": "5.8.4", "version": "5.8.5",
"description": "", "description": "",
"author": "Sebastian McKenzie <sebmck@gmail.com>", "author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/", "homepage": "https://babeljs.io/",