Skip to content

Commit fd58e01

Browse files
authored
Update lockfile-lint flags (#2860)
* Update lockfile-lint flags Add `--allowed-schemes https:` and `--empty-hostname false`
1 parent 500ccb6 commit fd58e01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"test:lint:js": "standard",
1919
"test:lint:md": "remark -qf .",
2020
"test:lint:stylelint": "stylelint \"layouts/css/**/*.{css,scss}\"",
21-
"test:lint:lockfile": "lockfile-lint --allowed-hosts npm github.com --validate-https --type npm --path package-lock.json",
21+
"test:lint:lockfile": "lockfile-lint --allowed-hosts npm github.com --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
2222
"test:lint": "npm-run-all --parallel test:lint:*",
2323
"test:html": "node scripts/vnu-jar.js",
2424
"test:unit": "tape tests/**/*.test.js | faucet"

0 commit comments

Comments
 (0)