From 6a2f766e6fc1e3d9143da54eb389bf6c766a6da1 Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Mon, 16 Feb 2015 14:04:18 -0800 Subject: [PATCH] Fixing babel dep --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ce1d7beeb2..27b20934d9 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,7 @@ "dependencies": { "ansi-to-html": "0.2.0", "async": "^0.9.0", + "babel": "^4.0.1", "bluebird": "^2.9.6", "bugsnag-js": "git+https://git@github.com/bugsnag/bugsnag-js", "dockerode": "2.0.4",