diff --git a/package.json b/package.json index ee86481..c153b75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@kdn0325/react-native-outlined-text", - "version": "1.0.0", + "version": "0.1.0", "description": "If you use text contours in React-Native, you can easily build them with this library", "main": "lib/commonjs/index.js", "module": "lib/module/index.js", @@ -50,7 +50,8 @@ }, "homepage": "https://github.com/kdn0325/react-native-outlined-text#readme", "publishConfig": { - "registry": "https://registry.npmjs.org/" + "registry": "https://registry.npmjs.org/", + "access": "public" }, "devDependencies": { "@commitlint/config-conventional": "^17.0.2",