]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
package.json: ignore more deps
authorXhmikosR <xhmikosr@gmail.com>
Wed, 2 Oct 2024 05:29:00 +0000 (08:29 +0300)
committerGitHub <noreply@github.com>
Wed, 2 Oct 2024 05:29:00 +0000 (08:29 +0300)
package.json

index 98113e5bf82ccfac93f1ba722a621c3e77530f0d..a72b96d235fd2d38bfed6c524eaa198bbf6f6232 100644 (file)
@@ -82,7 +82,7 @@
     "docs-serve": "hugo server --port 9001 --disableFastRender --noHTTPCache --renderToMemory --printPathWarnings --printUnusedTemplates",
     "docs-serve-only": "npx sirv-cli _site --port 9001",
     "lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
-    "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",
     "release": "npm-run-all dist release-sri docs-build release-zip*",
     "release-sri": "node build/generate-sri.mjs",
     "release-version": "node build/change-version.mjs",