Fix npm publish errors

This commit is contained in:
Nicolas Gallagher
2019-03-07 11:31:50 -08:00
parent 421cb095f7
commit 282cb34054
2 changed files with 6 additions and 0 deletions

View File

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

View File

@@ -1,4 +1,7 @@
{
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"name": "react-native-web",
"version": "0.10.0",
"description": "React Native for Web",