From a0dc9493b0e8df1aa18563ddcea3dff4acfa158d Mon Sep 17 00:00:00 2001 From: vvo Date: Mon, 3 Oct 2016 14:07:03 +0200 Subject: [PATCH] chore(release): add missing babel-node, how did it work before --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 1ca69794..93820136 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "devDependencies": { "autoprefixer": "^6.3.6", "babel": "^5.8.29", + "babel-cli": "^6.16.0", "babel-core": "^5.8.29", "babel-eslint": "^4.1.3", "babel-istanbul": "^0.5.9",