Skip to content

Commit 546e2ff

Browse files
committed
build: use SSL when publishing
1 parent 67fc414 commit 546e2ff

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
"npm": ">=6",
88
"yarn": ">=1"
99
},
10+
"publishConfig": {
11+
"registry": "https://registry.npmjs.org"
12+
},
1013
"bin": {
1114
"hover-scripts": "dist/index.js"
1215
},

0 commit comments

Comments
 (0)