Skip to content

Commit 93bfbf8

Browse files
authored
package.json: stop ignoring jasmine (#39806)
1 parent 3921236 commit 93bfbf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"docs-serve": "hugo server --port 9001 --disableFastRender --noHTTPCache --renderToMemory --printPathWarnings --printUnusedTemplates",
8383
"docs-serve-only": "npx sirv-cli _site --port 9001",
8484
"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 jasmine,karma-browserstack-launcher,karma-rollup-preprocessor",
85+
"update-deps": "ncu -u -x karma-browserstack-launcher,karma-rollup-preprocessor",
8686
"release": "npm-run-all dist release-sri docs-build release-zip*",
8787
"release-sri": "node build/generate-sri.mjs",
8888
"release-version": "node build/change-version.mjs",

0 commit comments

Comments
 (0)