Skip to content

Commit 363051a

Browse files
authored
fix(release): Add publishConfig with public access (#166)
Release was failing with error > 'npm error 402 Payment Required - \ > PUT https://registry.npmjs.org/@dintero%2fnode-sdk \ > - You must sign up for private packages\n' +
1 parent c1006b6 commit 363051a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"files": ["dist"],
88
"license": "MIT",
99
"private": false,
10+
"publishConfig": {
11+
"access": "public"
12+
},
1013
"author": "Dintero <support@dintero.com> (https://dintero.com/)",
1114
"jest": {
1215
"preset": "ts-jest",

0 commit comments

Comments
 (0)