This commit is contained in:
Sebastian McKenzie
2015-05-05 15:41:57 +01:00
parent ba6cb112c3
commit d5548a6ff9
2 changed files with 3 additions and 3 deletions

View File

@@ -1,13 +1,13 @@
{
"name": "babel",
"description": "Turn ES6 code into readable vanilla ES5 with source maps",
"version": "5.2.14",
"version": "5.2.15",
"author": "Sebastian McKenzie <sebmck@gmail.com>",
"homepage": "https://babeljs.io/",
"repository": "babel/babel",
"preferGlobal": true,
"dependencies": {
"babel-core": "^5.2.14",
"babel-core": "^5.2.15",
"chokidar": "^1.0.0",
"commander": "^2.6.0",
"convert-source-map": "^1.1.0",