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:
authorXhmikosR <xhmikosr@gmail.com>2020-06-16 21:41:47 +0300
committerGitHub <noreply@github.com>2020-06-16 21:41:47 +0300
commitc28934cb1871d6b6bd6a866660493a1137de17c6 (patch)
tree5cf6ca7948b0cd14758098d4ea7b39d242bff548 /build
parent970f3b3a8fb2ebdb559cd380cc2820d932ffb33d (diff)
Rename "master" to "main". (#31050)
Diffstat (limited to 'build')
-rw-r--r--build/banner.js2
-rw-r--r--build/build-plugins.js2
-rw-r--r--build/change-version.js2
-rw-r--r--build/generate-sri.js2
-rw-r--r--build/ship.sh2
-rw-r--r--build/vnu-jar.js2
-rw-r--r--build/zip-examples.js2
7 files changed, 7 insertions, 7 deletions
diff --git a/build/banner.js b/build/banner.js
index 453fc3b6e0..df82ff32ed 100644
--- a/build/banner.js
+++ b/build/banner.js
@@ -7,7 +7,7 @@ function getBanner(pluginFilename) {
return `/*!
* Bootstrap${pluginFilename ? ` ${pluginFilename}` : ''} v${pkg.version} (${pkg.homepage})
* Copyright 2011-${year} ${pkg.author}
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/`
}
diff --git a/build/build-plugins.js b/build/build-plugins.js
index c57c53ce4e..c5c357645b 100644
--- a/build/build-plugins.js
+++ b/build/build-plugins.js
@@ -4,7 +4,7 @@
* Script to build our plugins to use them separately.
* Copyright 2020 The Bootstrap Authors
* Copyright 2020 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
'use strict'
diff --git a/build/change-version.js b/build/change-version.js
index e68d4fe62a..ba6e46a471 100644
--- a/build/change-version.js
+++ b/build/change-version.js
@@ -4,7 +4,7 @@
* Script to update version number references in the project.
* Copyright 2017-2020 The Bootstrap Authors
* Copyright 2017-2020 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
'use strict'
diff --git a/build/generate-sri.js b/build/generate-sri.js
index 36bb4657d6..cfbf377716 100644
--- a/build/generate-sri.js
+++ b/build/generate-sri.js
@@ -7,7 +7,7 @@
*
* Copyright 2017-2020 The Bootstrap Authors
* Copyright 2017-2020 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
'use strict'
diff --git a/build/ship.sh b/build/ship.sh
index ce4f7cded1..da5a03bcd1 100644
--- a/build/ship.sh
+++ b/build/ship.sh
@@ -29,7 +29,7 @@ fi
printf "\n%s=======================================================%s" "$magenta" "$end"
printf "\n%sPulling latest changes...%s" "$magenta" "$end"
printf "\n%s=======================================================\n\n%s" "$magenta" "$end"
-git pull origin master
+git pull origin main
# Update version number
printf "\n%s=======================================================%s" "$magenta" "$end"
diff --git a/build/vnu-jar.js b/build/vnu-jar.js
index 674cdb4430..90c1a12ab9 100644
--- a/build/vnu-jar.js
+++ b/build/vnu-jar.js
@@ -4,7 +4,7 @@
* Script to run vnu-jar if Java is available.
* Copyright 2017-2020 The Bootstrap Authors
* Copyright 2017-2020 Twitter, Inc.
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
'use strict'
diff --git a/build/zip-examples.js b/build/zip-examples.js
index c089036d6e..222706cb43 100644
--- a/build/zip-examples.js
+++ b/build/zip-examples.js
@@ -4,7 +4,7 @@
* Script to create the built examples zip archive;
* requires the `zip` command to be present!
* Copyright 2020 The Bootstrap Authors
- * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
+ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
'use strict'