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",