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:
authorXhmikosR <xhmikosr@gmail.com>2019-11-26 10:00:21 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-11-26 10:51:27 +0300
commit7aa1722a97b173c8d92ef74bb1a24a1544f81937 (patch)
treeaf7792f151325ba0fc4d24fbaaeda29330401334
parent340009e6de2b1d1710c8df484aa008054b3f325d (diff)
Update change-version.js (#29736)
Add `.nuspec` to the extensions list
-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 48b2eb7292..f068e2a703 100755
--- a/build/change-version.js
+++ b/build/change-version.js
@@ -95,6 +95,7 @@ function main(args) {
'.js',
'.json',
'.md',
+ '.nuspec',
'.scss',
'.txt',
'.yml'