diff --git a/README.md b/README.md index 9e03fd2..3b98b9e 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ return () => { return - Pressione o botão para testar + Press button to test { alignSelf: 'center', borderRadius: 10 }} onPress={onPress}> - {loading ? : Test} + {loading ? : Test} ; } diff --git a/package.json b/package.json index ad330ea..609837f 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,8 @@ }, "homepage": "https://github.com/erickcrus/three-dots-loader#readme", "publishConfig": { - "registry": "https://registry.npmjs.org/" + "registry": "https://registry.npmjs.org/", + "access": "public" }, "devDependencies": { "@commitlint/config-conventional": "^17.0.2",