diff --git a/package.json b/package.json index 782e307..2170bca 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "react-native-shield", + "name": "@akosidencio/react-native-shield", "version": "0.1.0", "description": "All-in-one security suite", "main": "./lib/module/index.js", @@ -56,7 +56,8 @@ }, "homepage": "https://github.com/akosidencio/react-native-shield.git#readme", "publishConfig": { - "registry": "https://registry.npmjs.org/" + "registry": "https://registry.npmjs.org/", + "access": "public" }, "devDependencies": { "@commitlint/config-conventional": "^19.8.1",