Skip to content

Commit b684fb1

Browse files
Merge pull request #16 from BitGo/fix-publishconfig
fix: add publishConfig to set public access
2 parents 1aac4f1 + fc625b5 commit b684fb1

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
@@ -61,6 +61,9 @@
6161
"tslint-config-standard": "^8.0.1",
6262
"typescript": "^3.7.4"
6363
},
64+
"publishConfig": {
65+
"access": "public"
66+
},
6467
"tags": [
6568
"typescript",
6669
"validation",

0 commit comments

Comments
 (0)