aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-06-12 20:49:01 +0300
committerGitHub <[email protected]>2020-06-12 20:49:01 +0300
commit594e5fd07175baf796c03c1de755ee021e5b4c5d (patch)
tree377474d3c54ff86c48c3ed6a7925fba396f13a47 /package.json
parentc4d26a511e05bf83c554bdd9afd567883f9d763b (diff)
downloadbootstrap-594e5fd07175baf796c03c1de755ee021e5b4c5d.tar.xz
bootstrap-594e5fd07175baf796c03c1de755ee021e5b4c5d.zip
Replace serve with sirv-cli. (#31020)
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index da4c02e9b..901e706e0 100644
--- a/package.json
+++ b/package.json
@@ -54,7 +54,7 @@
"docs-vnu": "node build/vnu-jar.js",
"docs-lint": "npm-run-all --parallel docs-vnu docs-linkinator",
"docs-serve": "hugo server --port 9001 --disableFastRender",
- "docs-serve-only": "serve _gh_pages --listen 9001",
+ "docs-serve-only": "sirv _gh_pages --port 9001",
"lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
"update-deps": "ncu -u -x karma-browserstack-launcher,popper.js && npm update && echo Manually update site/assets/js/vendor",
"release": "npm-run-all dist release-sri docs-build release-zip*",
@@ -131,8 +131,8 @@
"postcss-cli": "^7.1.1",
"rollup": "^2.15.0",
"rollup-plugin-istanbul": "^2.0.1",
- "serve": "^11.3.2",
"shelljs": "^0.8.4",
+ "sirv-cli": "^1.0.0",
"stylelint": "^13.6.0",
"stylelint-config-twbs-bootstrap": "^2.0.3",
"terser": "^4.7.0",