]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
package.json: stop ignoring jasmine (#39806)
authorXhmikosR <xhmikosr@gmail.com>
Tue, 19 Mar 2024 16:23:55 +0000 (18:23 +0200)
committerGitHub <noreply@github.com>
Tue, 19 Mar 2024 16:23:55 +0000 (18:23 +0200)
package.json

index 04911cb2e08e5971f2d3aeeb0e58411ae6809769..4cfc0d9a5405cabc610692571742e8ab38a7fdff 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 jasmine,karma-browserstack-launcher,karma-rollup-preprocessor",
+    "update-deps": "ncu -u -x karma-browserstack-launcher,karma-rollup-preprocessor",
     "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",