Skip to content

Commit e2ca368

Browse files
committed
fix: issue with npm publish
1 parent 1834d0f commit e2ca368

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,5 +66,9 @@
6666
"extends": [
6767
"@commitlint/config-conventional"
6868
]
69+
},
70+
"publishConfig": {
71+
"registry": "https://registry.npmjs.org/",
72+
"access": "public"
6973
}
7074
}

0 commit comments

Comments
 (0)