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
This commit is contained in:
Martin Konicek 2016-03-08 08:49:31 -08:00 committed by Facebook Github Bot 4
parent 2fe67162ae
commit 10e990f415
1 changed files with 1 additions and 2 deletions

View File

@ -111,8 +111,7 @@
"PATENTS",
"README.md",
"jestSupport",
".flowconfig",
"npm-shrinkwrap.json"
".flowconfig"
],
"scripts": {
"test": "NODE_ENV=test jest",