diff --git a/.nvmrc b/.nvmrc index 932b2b0..3c03207 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18.15 +18 diff --git a/package.json b/package.json index b1c55d6..8c42aec 100644 --- a/package.json +++ b/package.json @@ -3,9 +3,6 @@ "version": "1.0.0-semantically-released", "description": "React toolkit for writing and testing react components", "main": "index.js", - "publishConfig": { - "access": "public" - }, "release": { "branches": ["main"] },