aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorTanguy Krotoff <[email protected]>2017-09-05 00:29:05 +0200
committerMark Otto <[email protected]>2017-09-04 15:29:05 -0700
commitc770e6883695e8b5d92a1107d3a49b1cb63655b6 (patch)
treeb6b0f664dade01b62ffa98fd2deb7cadfe7df519 /package.json
parentb5e986cd6b4b7422e1ce503c0aee22e867840029 (diff)
downloadbootstrap-c770e6883695e8b5d92a1107d3a49b1cb63655b6.tar.xz
bootstrap-c770e6883695e8b5d92a1107d3a49b1cb63655b6.zip
Drop Bower support (#23568)
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 3c2476227..564217375 100644
--- a/package.json
+++ b/package.json
@@ -48,7 +48,7 @@
"docs-serve": "bundle exec jekyll serve",
"docs-github": "shx echo \"github: true\" > twbsconfig.yml && npm run docs-compile -- --config _config.yml,twbsconfig.yml && shx rm ./twbsconfig.yml",
"docs-upload-preview": "build/upload-preview.sh",
- "maintenance-dependencies": "ncu -a -x jquery && npm update && bundle update && shx echo 'Manually update assets/js/vendor/*, js/tests/vendor/*, bower.json and .travis.yml'",
+ "maintenance-dependencies": "ncu -a -x jquery && npm update && bundle update && shx echo 'Manually update assets/js/vendor/*, js/tests/vendor/* and .travis.yml'",
"release-version": "node build/change-version.js",
"release-zip": "cd dist/ && zip -r9 bootstrap-$npm_package_version-dist.zip * && shx mv bootstrap-$npm_package_version-dist.zip ..",
"dist": "npm-run-all --parallel css js css-docs",