aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2018-09-19 09:53:17 +0300
committerXhmikosR <[email protected]>2018-10-07 08:20:24 +0300
commit9d63deb954723e350fab2798925883609e60afb1 (patch)
tree218cd41acdb4ce377a3a758a324b2d0fc169f7fe
parent29bd5e32186b2d56b7b35a09597bfed6636d66c9 (diff)
downloadbootstrap-9d63deb954723e350fab2798925883609e60afb1.tar.xz
bootstrap-9d63deb954723e350fab2798925883609e60afb1.zip
Rename script.
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index fa2915856..a3af2fbb9 100644
--- a/package.json
+++ b/package.json
@@ -68,7 +68,7 @@
"docs-lint-vnu-jar": "node build/vnu-jar.js",
"docs-serve": "bundle exec jekyll serve",
"docs-workbox-precache": "node build/workbox.js",
- "maintenance-dependencies": "ncu -a -x jquery && npm update && bundle update && shx echo \"Manually update site/docs/4.1/assets/js/vendor/*, js/tests/vendor/* and .travis.yml\"",
+ "update-deps": "ncu -a -x jquery -x bundlesize && npm update && bundle update && shx echo Manually update \"site/docs/4.1/assets/js/vendor/\"",
"release-sri": "node build/generate-sri.js",
"release-version": "node build/change-version.js",
"release-zip": "cross-env-shell \"shx cp -r dist/ bootstrap-$npm_package_version-dist && zip -r9 bootstrap-$npm_package_version-dist.zip bootstrap-$npm_package_version-dist && shx rm -rf bootstrap-$npm_package_version-dist\"",