diff options
| author | XhmikosR <[email protected]> | 2019-11-26 09:00:21 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-11-26 09:00:21 +0200 |
| commit | 82d8dae7e738167ea1820c960f25f07fc9721297 (patch) | |
| tree | b3dacb04ba17045b541afa1b4349f7121e5921b8 | |
| parent | a84f7233eab6e5713a6cfcb1ab22fafd79422a81 (diff) | |
| download | bootstrap-82d8dae7e738167ea1820c960f25f07fc9721297.tar.xz bootstrap-82d8dae7e738167ea1820c960f25f07fc9721297.zip | |
Update change-version.js (#29736)
Add `.nuspec` to the extensions list
| -rwxr-xr-x | build/change-version.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/change-version.js b/build/change-version.js index 8b349a68a..d7627dde3 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' |
