Skip to content

Commit 99a3182

Browse files
authored
chore: migrate to default npmjs registry (#15)
* chore: migrate to default npmjs registry * chore: publish to npmjs with https
1 parent 7e6453d commit 99a3182

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.npmrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
registry=http://registry.npmjs.org/
21
save-exact=true
32
progress=false
43
package-lock=false

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"main": "src/",
3939
"private": false,
4040
"publishConfig": {
41-
"registry": "http://registry.npmjs.org/"
41+
"registry": "https://registry.npmjs.org/"
4242
},
4343
"repository": {
4444
"type": "git",

0 commit comments

Comments
 (0)