Skip to content

Commit a3634ec

Browse files
committed
chore(registry): explicitly set the registry to the default
1 parent b7da992 commit a3634ec

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.lockfile-lintrc.json

+8-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
{"path":"package-lock.json","type":"npm","validate-https":true,"allowed-hosts":["npm"]}
1+
{
2+
"path": "package-lock.json",
3+
"type": "npm",
4+
"validate-https": true,
5+
"allowed-hosts": [
6+
"npm"
7+
]
8+
}

.npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
update-notifier=false
2+
registry=https://registry.npmjs.org

0 commit comments

Comments
 (0)