Skip to content

Commit

Permalink
update-deps: remove jquery exclude. (#28659)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Apr 15, 2019
1 parent 07e21db commit 5c5b15a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -75,7 +75,7 @@
"predocs-serve": "npm-run-all css-copy js-copy",
"docs-serve": "hugo server --port 9001 --disableFastRender",
"docs-serve-only": "http-server _gh_pages -p 9001 -a localhost",
"update-deps": "ncu -a -x jquery -x bundlesize && npm update && cross-env-shell echo Manually update \\\"site/static/docs/$npm_package_version_short/assets/js/vendor/\\\"",
"update-deps": "ncu -a -x bundlesize && npm update && cross-env-shell echo Manually update \\\"site/static/docs/$npm_package_version_short/assets/js/vendor/\\\"",
"release": "npm-run-all dist release-sri release-zip docs-production",
"release-sri": "node build/generate-sri.js",
"release-version": "node build/change-version.js",
Expand Down

0 comments on commit 5c5b15a

Please sign in to comment.