From d6d6a16e7713b7c32cefd3092720c749cdcc42f3 Mon Sep 17 00:00:00 2001 From: Varya Stepanova Date: Mon, 21 Sep 2015 14:07:16 +0300 Subject: [PATCH] Prevent "failed to load babel-core" message when running gulp. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index d5f5703d..fe2165dd 100644 --- a/package.json +++ b/package.json @@ -62,6 +62,7 @@ }, "devDependencies": { "babel": "^5.8.23", + "babel-core": "^5.8.25", "chai": "~3.0.0", "conventional-changelog": "git://github.com/sc5/conventional-changelog.git#features/sc-styleguide", "coveralls": "~2.11.2",