From 282cb3405429d671439324cf6398408d01dcf69c Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Thu, 7 Mar 2019 11:31:50 -0800 Subject: [PATCH] Fix npm publish errors --- packages/babel-plugin-react-native-web/package.json | 3 +++ packages/react-native-web/package.json | 3 +++ 2 files changed, 6 insertions(+) diff --git a/packages/babel-plugin-react-native-web/package.json b/packages/babel-plugin-react-native-web/package.json index 221f765f..62b26575 100644 --- a/packages/babel-plugin-react-native-web/package.json +++ b/packages/babel-plugin-react-native-web/package.json @@ -1,4 +1,7 @@ { + "publishConfig": { + "registry": "https://registry.npmjs.org/" + }, "name": "babel-plugin-react-native-web", "version": "0.10.0", "description": "Babel plugin for React Native for Web", diff --git a/packages/react-native-web/package.json b/packages/react-native-web/package.json index 42142c69..a22504b3 100644 --- a/packages/react-native-web/package.json +++ b/packages/react-native-web/package.json @@ -1,4 +1,7 @@ { + "publishConfig": { + "registry": "https://registry.npmjs.org/" + }, "name": "react-native-web", "version": "0.10.0", "description": "React Native for Web",