diff options
| author | XhmikosR <[email protected]> | 2020-04-08 21:28:54 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-04-13 21:12:29 +0300 |
| commit | adb08ca33acbb484df066ca8b5c2baee8d5118c2 (patch) | |
| tree | e544001611771d02eae57baa8417c248f291cec1 /package.json | |
| parent | 5f15f8cdbd600569cb4b497085f009fff9d68065 (diff) | |
| download | bootstrap-adb08ca33acbb484df066ca8b5c2baee8d5118c2.tar.xz bootstrap-adb08ca33acbb484df066ca8b5c2baee8d5118c2.zip | |
Replace bundlesize with bundlewatch. (#30538)
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index ad2907ebe..823d10289 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ ], "scripts": { "start": "npm-run-all --parallel watch docs-serve", - "bundlesize": "bundlesize", + "bundlewatch": "bundlewatch --config .bundlewatch.config.json", "css": "npm-run-all css-compile css-prefix css-minify css-copy", "css-copy": "cross-env-shell shx mkdir -p site/docs/$npm_package_version_short/dist/ && cross-env-shell shx cp -r dist/css/ site/docs/$npm_package_version_short/dist/", "css-main": "npm-run-all css-lint css-compile-main css-prefix-main css-minify-main css-copy", @@ -116,7 +116,7 @@ "autoprefixer": "^9.7.5", "babel-eslint": "^10.1.0", "babel-plugin-istanbul": "^6.0.0", - "bundlesize": "^0.18.0", + "bundlewatch": "^0.2.6", "clean-css-cli": "^4.3.0", "cross-env": "^7.0.2", "eslint": "^6.8.0", |
