From e3670145a4b796c80392642ea0d9d40746ceff86 Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Tue, 17 May 2016 00:22:06 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D1=8B=20=D0=BD=D0=B5=D0=B4=D0=BE=D1=81=D1=82=D0=B0?= =?UTF-8?q?=D1=8E=D1=89=D0=B8=D0=B5=20=D0=B7=D0=B0=D0=B2=D0=B8=D1=81=D0=B8?= =?UTF-8?q?=D0=BC=D0=BE=D1=81=D1=82=D0=B8=20=D0=B4=D0=BB=D1=8F=20=D1=81?= =?UTF-8?q?=D0=BA=D1=80=D0=B8=D0=BF=D1=82=D0=B0=20=D1=81=D0=B1=D0=BE=D1=80?= =?UTF-8?q?=D0=B0=20=D1=81=D1=82=D1=80=D0=BE=D0=BA=20i18n.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/package.json b/scripts/package.json index b5b80ea..25bea1e 100644 --- a/scripts/package.json +++ b/scripts/package.json @@ -10,6 +10,8 @@ "author": "", "license": "ISC", "dependencies": { - "chalk": "^1.1.3" + "chalk": "^1.1.3", + "node-babel": "^0.1.2", + "prompt": "^1.0.0" } }