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
path: root/build
diff options
context:
space:
mode:
authorPatrick H. Lauke <redux@splintered.co.uk>2020-06-19 11:31:37 +0300
committerGitHub <noreply@github.com>2020-06-19 11:31:37 +0300
commitedbcc401c28e539ecdcf3c49c7ef2a74d0c28ebd (patch)
treea1e408cd3c48309c49fc06d7dbb52d96ae02fae0 /build
parent7acf586d3efa9b2bad6a93d81c7cdc3560de6cdf (diff)
Change whitelist to allowlist (#31066)
Co-authored-by: XhmikosR <xhmikosr@gmail.com> Co-authored-by: Mark Otto <markd.otto@gmail.com>
Diffstat (limited to 'build')
-rw-r--r--build/change-version.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/change-version.js b/build/change-version.js
index ba6e46a471..b8a640fa8e 100644
--- a/build/change-version.js
+++ b/build/change-version.js
@@ -95,7 +95,7 @@ function main(args) {
'vendor'
])
const INCLUDED_EXTENSIONS = new Set([
- // This extension whitelist is how we avoid modifying binary files
+ // This extension allowlist is how we avoid modifying binary files
'',
'.css',
'.html',