We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 500ccb6 commit fd58e01Copy full SHA for fd58e01
1 file changed
package.json
@@ -18,7 +18,7 @@
18
"test:lint:js": "standard",
19
"test:lint:md": "remark -qf .",
20
"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",
+ "test:lint:lockfile": "lockfile-lint --allowed-hosts npm github.com --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
22
"test:lint": "npm-run-all --parallel test:lint:*",
23
"test:html": "node scripts/vnu-jar.js",
24
"test:unit": "tape tests/**/*.test.js | faucet"
0 commit comments