From 9dce05193ccd711876c1493e22b838edb67fa225 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Tue, 11 Jul 2017 13:26:39 +0430 Subject: [PATCH] fix: add babel to dependencies --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 8a31a01..d1bacde 100644 --- a/package.json +++ b/package.json @@ -28,5 +28,8 @@ "grunt-mocha-test": "^0.12.7", "mocha": "^2.2.4", "babel": "^5.8.21" + }, + "dependencies": { + "babel": "^5.8.21" } }