From 555236865b6ddf47c39e2de1e7d53b0957bd0b2f Mon Sep 17 00:00:00 2001 From: Dmitry Soshnikov Date: Mon, 29 Jun 2015 17:32:44 -0700 Subject: [PATCH] [react-native][jest] Sync to 0.5.x and update to io.js --- package.json | 2 +- packager/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 13c57fbebde27c..e4013c32a35b14 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "yargs": "1.3.2" }, "devDependencies": { - "jest-cli": "0.4.5", + "jest-cli": "git://github.com/facebook/jest#0.5.x", "babel-eslint": "3.1.5", "eslint": "0.21.2", "eslint-plugin-react": "2.3.0" diff --git a/packager/package.json b/packager/package.json index f3af007f350581..cc3f4fc6f969e5 100644 --- a/packager/package.json +++ b/packager/package.json @@ -25,7 +25,7 @@ }, "dependencies": {}, "devDependencies": { - "jest-cli": "0.4.5", + "jest-cli": "git://github.com/facebook/jest#0.5.x", "eslint": "0.9.2" } }