From 380ba2aab46bd52b6a5863a8972209a36acc33be Mon Sep 17 00:00:00 2001 From: Tadeu Zagallo Date: Wed, 27 May 2015 23:54:43 -0100 Subject: [PATCH] [ReactNative] Add babel to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a4dd39469..606e7255d 100644 --- a/package.json +++ b/package.json @@ -44,6 +44,7 @@ }, "dependencies": { "absolute-path": "0.0.0", + "babel": "5.4.3", "bluebird": "^2.9.21", "chalk": "^1.0.0", "connect": "2.8.3",