From 6e2e53f49b8e3cb67ab5a1fb886e2d0bc0e257dc Mon Sep 17 00:00:00 2001 From: James Ide Date: Thu, 3 Aug 2017 09:10:02 -0700 Subject: [PATCH] Remove more unused jest-related devDependencies Summary: Several of the jest-related devDependencies are not directly used -- removing them from package.json. Closes https://github.com/facebook/react-native/pull/15345 Differential Revision: D5553879 Pulled By: mjesun fbshipit-source-id: 5ceacaa29bb7e80746a97345fb105ff19ccbf716 --- package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/package.json b/package.json index 8f84fd95f..64a3de331 100644 --- a/package.json +++ b/package.json @@ -200,9 +200,6 @@ "eslint-plugin-react": "^7.0.1", "flow-bin": "^0.52.0", "jest": "20.1.0-delta.4", - "jest-phabricator": "20.1.0-delta.4", - "jest-repl": "20.1.0-delta.4", - "jest-runtime": "20.1.0-delta.4", "mock-fs": "^4.4.1", "prettier": "1.5.2", "react": "16.0.0-alpha.12",