From 5153ce0a0393e0cf48b8f5df4a517981408cf145 Mon Sep 17 00:00:00 2001 From: James Ide Date: Fri, 14 Aug 2015 14:48:44 -0700 Subject: [PATCH] [jest] Update jest-cli version to 0.5 npm install will get a little nicer since it can read from npm instead of always having to redownload from github. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 219ee3e61..e663ec166 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "yargs": "1.3.2" }, "devDependencies": { - "jest-cli": "facebook/jest#0.5.x", + "jest-cli": "0.5.0", "babel-eslint": "3.1.5", "eslint": "0.21.2", "eslint-plugin-react": "2.3.0"