From 235d1f24d159b4010d24421f59bd7858bcc8c7e4 Mon Sep 17 00:00:00 2001 From: Endel Dreyer Date: Mon, 27 Apr 2015 10:39:42 -0300 Subject: [PATCH] upgrade babel-brunch dependency on package.json This patch fixes the issue previously reported here: https://github.com/phoenixframework/phoenix/issues/806 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d38e4fec35..789b37d4ac 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ }, "dependencies": { "brunch": "^1.8.1", - "babel-brunch": "^4.0.0", + "babel-brunch": "^5.0.1", "clean-css-brunch": ">= 1.0 < 1.8", "css-brunch": ">= 1.0 < 1.8", "javascript-brunch": ">= 1.0 < 1.8",