From a4845323a2a537d61f1fe82b4342df39412fc951 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Mon, 13 Apr 2015 09:24:00 -0700 Subject: [PATCH] v5.1.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1c719b6386..da933f63c4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "babel-core", "description": "Turn ES6 code into readable vanilla ES5 with source maps", - "version": "5.1.2", + "version": "5.1.3", "author": "Sebastian McKenzie ", "homepage": "https://babeljs.io/", "repository": "babel/babel",