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>2019-11-26 10:00:21 +0300
committerGitHub <noreply@github.com>2019-11-26 10:00:21 +0300
commit82d8dae7e738167ea1820c960f25f07fc9721297 (patch)
treeb3dacb04ba17045b541afa1b4349f7121e5921b8 /build
parenta84f7233eab6e5713a6cfcb1ab22fafd79422a81 (diff)
Update change-version.js (#29736)
Add `.nuspec` to the extensions list
Diffstat (limited to 'build')
-rwxr-xr-xbuild/change-version.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/change-version.js b/build/change-version.js
index 8b349a68ad..d7627dde31 100755
--- a/build/change-version.js
+++ b/build/change-version.js
@@ -102,6 +102,7 @@ function main(args) {
'.js',
'.json',
'.md',
+ '.nuspec',
'.scss',
'.txt',
'.yml'