We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8885dc2 commit f32ae30Copy full SHA for f32ae30
1 file changed
package.json
@@ -82,7 +82,7 @@
82
"docs-serve": "hugo server --port 9001 --disableFastRender --noHTTPCache --renderToMemory --printPathWarnings --printUnusedTemplates",
83
"docs-serve-only": "npx sirv-cli _site --port 9001",
84
"lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
85
- "update-deps": "ncu -u -x eslint,karma-browserstack-launcher,karma-rollup-preprocessor",
+ "update-deps": "ncu -u -x eslint,eslint-config-xo,karma-browserstack-launcher,karma-rollup-preprocessor,sass",
86
"release": "npm-run-all dist release-sri docs-build release-zip*",
87
"release-sri": "node build/generate-sri.mjs",
88
"release-version": "node build/change-version.mjs",
0 commit comments