diff options
| author | Mark Otto <[email protected]> | 2018-07-24 17:48:18 -0700 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-10-20 16:00:28 +0300 |
| commit | 5bf37eba532aae1ec9decdc81b7ae6bb8b7e37a4 (patch) | |
| tree | 6997c3ed175154106e39be1dfefe32fd14a7f43a /package.json | |
| parent | b1dc6b324c33bc6a4b0cb2dc06939136e32d0e0c (diff) | |
| download | bootstrap-5bf37eba532aae1ec9decdc81b7ae6bb8b7e37a4.tar.xz bootstrap-5bf37eba532aae1ec9decdc81b7ae6bb8b7e37a4.zip | |
Remove service worker
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/package.json b/package.json index 39e883d18..7fbcfb8e3 100644 --- a/package.json +++ b/package.json @@ -61,14 +61,12 @@ "coveralls": "shx cat js/coverage/lcov.info | coveralls", "docs": "npm-run-all --parallel css-docs js-docs --sequential docs-compile docs-lint", "docs-compile": "bundle exec jekyll build", - "postdocs-compile": "npm run docs-workbox-precache", "docs-production": "cross-env JEKYLL_ENV=production npm run docs-compile", "docs-lint": "npm-run-all docs-lint-*", "docs-lint-htmllint": "htmllint --rc build/.htmllintrc \"_gh_pages/**/*.html\" \"js/tests/**/*.html\"", "docs-lint-vnu-jar": "node build/vnu-jar.js", "docs-serve": "bundle exec jekyll serve", "docs-serve-only": "npm run docs-serve -- --skip-initial-build --no-watch", - "docs-workbox-precache": "node build/workbox.js", "update-deps": "ncu -a -x jquery -x bundlesize && npm update && bundle update && shx echo Manually update \"site/docs/4.1/assets/js/vendor/\"", "release": "npm run dist && npm run release-sri && npm run release-zip && npm run docs-production", "release-sri": "node build/generate-sri.js", @@ -144,8 +142,7 @@ "stylelint-order": "^1.0.0", "stylelint-scss": "^3.3.1", "uglify-js": "^3.4.9", - "vnu-jar": "18.8.29", - "workbox-build": "^3.6.2" + "vnu-jar": "18.8.29" }, "engines": { "node": ">=6" |
