diff options
| author | XhmikosR <[email protected]> | 2019-08-17 19:38:24 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-11-19 20:54:42 +0200 |
| commit | 6b071116f3b09b59a423ad999efbd67f8645bfa5 (patch) | |
| tree | b290896d0d1e95fe6ee304f93d4c579058465e58 /package.json | |
| parent | 268da84f163bfc9b272ccbbc5f1f3677998e8325 (diff) | |
| download | bootstrap-6b071116f3b09b59a423ad999efbd67f8645bfa5.tar.xz bootstrap-6b071116f3b09b59a423ad999efbd67f8645bfa5.zip | |
Use Hugo mounts for our docs vendor JS files.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json index 70500aac0..2926bbee7 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "docs-serve": "hugo server --port 9001 --disableFastRender", "docs-serve-only": "npx sirv-cli _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,terser && npm update && echo Manually update site/assets/js/vendor", + "update-deps": "ncu -u -x karma-browserstack-launcher,terser && npm update", "release": "npm-run-all dist release-sri docs-build release-zip*", "release-sri": "node build/generate-sri.js", "release-version": "node build/change-version.js", @@ -98,10 +98,13 @@ "@rollup/plugin-babel": "^5.2.1", "@rollup/plugin-commonjs": "^16.0.0", "@rollup/plugin-node-resolve": "^10.0.0", + "anchor-js": "^4.3.0", "autoprefixer": "^10.0.2", "bundlewatch": "^0.3.1", "clean-css-cli": "^4.3.0", + "clipboard": "^2.0.6", "cross-env": "^7.0.2", + "docsearch.js": "^2.6.3", "eslint": "^7.13.0", "eslint-config-xo": "^0.33.1", "eslint-plugin-import": "^2.22.1", |
