Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2018-07-25 03:48:18 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-10-20 16:00:28 +0300
commit5bf37eba532aae1ec9decdc81b7ae6bb8b7e37a4 (patch)
tree6997c3ed175154106e39be1dfefe32fd14a7f43a /package.json
parentb1dc6b324c33bc6a4b0cb2dc06939136e32d0e0c (diff)
Remove service worker
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/package.json b/package.json
index 39e883d18b..7fbcfb8e31 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"