From 4ea7adc8a6df56dbeca91fe3606c54e6f5da9341 Mon Sep 17 00:00:00 2001 From: Michael Bolin Date: Mon, 20 Jul 2015 16:13:22 -0700 Subject: [PATCH] :arrow_up: babel-core@5.8.3. Pick up a critical bug fix for Babel bug: https://github.com/babel/babel/issues/2028. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b35b1e8fa..8e7030e23 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "async": "0.2.6", "atom-keymap": "^5.1.6", "atom-space-pen-views": "^2.0.4", - "babel-core": "^5.6.17", + "babel-core": "^5.8.3", "bootstrap": "^3.3.4", "clear-cut": "^2.0.1", "coffee-cash": "0.8.0",