Skip to content

Commit bbf5278

Browse files
authoredMay 16, 2023
package.json: ignore jasmine in ncu
1 parent bdad11c commit bbf5278

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 --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 globby,karma-browserstack-launcher,karma-rollup-preprocessor,terser && echo Manually update site/assets/js/vendor",
85+
"update-deps": "ncu -u -x globby,jasmine,karma-browserstack-launcher,karma-rollup-preprocessor,terser && echo Manually update site/assets/js/vendor",
8686
"release": "npm-run-all dist release-sri docs-build release-zip*",
8787
"release-sri": "node build/generate-sri.js",
8888
"release-version": "node build/change-version.js",

0 commit comments

Comments
 (0)
Please sign in to comment.