diff options
Diffstat (limited to 'vendor/twbs/bootstrap/build/change-version.js')
-rw-r--r-- | vendor/twbs/bootstrap/build/change-version.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/twbs/bootstrap/build/change-version.js b/vendor/twbs/bootstrap/build/change-version.js index f1b4f747a..f068e2a70 100644 --- a/vendor/twbs/bootstrap/build/change-version.js +++ b/vendor/twbs/bootstrap/build/change-version.js @@ -83,6 +83,7 @@ function main(args) { const newVersion = args[1] const EXCLUDED_DIRS = new Set([ '.git', + '_gh_pages', 'node_modules', 'vendor' ]) @@ -94,6 +95,7 @@ function main(args) { '.js', '.json', '.md', + '.nuspec', '.scss', '.txt', '.yml' |