diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..a43a121 --- /dev/null +++ b/.npmrc @@ -0,0 +1,2 @@ +//registry.npmjs.org/:_authToken = ${NPM_TOKEN} +access=public \ No newline at end of file diff --git a/package.json b/package.json index 1be61c0..a395dcd 100644 --- a/package.json +++ b/package.json @@ -20,9 +20,6 @@ "files": [ "dist" ], - "publishConfig": { - "access": "public" - }, "scripts": { "prepare": "husky install", "build": "tsc -p tsconfig.json",