Skip to content

Commit 7d395a7

Browse files
authored
Merge pull request #160 from MikeMcC399/default-npmjs-registry
chore: migrate to default npmjs registry
2 parents 1147690 + 53a74a1 commit 7d395a7

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=true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"main": "src/",
4242
"private": false,
4343
"publishConfig": {
44-
"registry": "http://registry.npmjs.org/"
44+
"registry": "https://registry.npmjs.org/"
4545
},
4646
"repository": {
4747
"type": "git",

0 commit comments

Comments
 (0)