Skip to content

Commit fc625b5

Browse files
committed
fix: add publishConfig to set public access
Ticket: VL-2052
1 parent 1aac4f1 commit fc625b5

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)