From d2bdc24ecd49751b18517b09ab25d16cd66e2d0c Mon Sep 17 00:00:00 2001 From: Andres Suarez Date: Mon, 7 Nov 2016 03:10:15 -0800 Subject: [PATCH] Move graphql from deps to devDeps Reviewed By: cpojer Differential Revision: D4139626 fbshipit-source-id: 52e5c19cf3b472c0b62a0ae18fb7bb21f0d88841 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d6c94634..51a5317e7 100644 --- a/package.json +++ b/package.json @@ -165,7 +165,6 @@ "fs-extra": "^0.26.2", "glob": "^5.0.15", "graceful-fs": "^4.1.3", - "graphql": "0.6.2", "image-size": "^0.3.5", "immutable": "~3.7.6", "inquirer": "^0.12.0", @@ -217,6 +216,7 @@ "eslint-plugin-flowtype": "^2.20.0", "eslint-plugin-react": "^6.4.1", "flow-bin": "^0.33.0", + "graphql": "0.6.2", "jest": "16.0.1", "jest-repl": "16.0.0", "jest-runtime": "16.0.0",