From 10e990f415e3aabf49bde098956723c356948503 Mon Sep 17 00:00:00 2001 From: Martin Konicek Date: Tue, 8 Mar 2016 08:49:31 -0800 Subject: [PATCH] Don't publish shrinkwrap Summary:See comments on https://github.com/facebook/react-native/pull/6346 We cannot publish the shrinkwrap file to npm and make the same file work with the internal fb infra. We've never had the shrinkwrap file in a release of RN, keeping it that way for now should be ok. Reviewed By: bestander Differential Revision: D3024260 fb-gh-sync-id: 477509eb9a9890c1955a957ece922d692cd35aab shipit-source-id: 477509eb9a9890c1955a957ece922d692cd35aab --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index be9c68c74..277f4b48b 100644 --- a/package.json +++ b/package.json @@ -111,8 +111,7 @@ "PATENTS", "README.md", "jestSupport", - ".flowconfig", - "npm-shrinkwrap.json" + ".flowconfig" ], "scripts": { "test": "NODE_ENV=test jest",