diff options
Diffstat (limited to 'build/change-version.js')
| -rwxr-xr-x | build/change-version.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/build/change-version.js b/build/change-version.js index 25283c44a..7102dc083 100755 --- a/build/change-version.js +++ b/build/change-version.js @@ -1,7 +1,5 @@ #!/usr/bin/env node -'use strict' - /*! * Script to update version number references in the project. * Copyright 2017-2018 The Bootstrap Authors @@ -9,7 +7,7 @@ * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ -/* global Set */ +'use strict' const fs = require('fs') const path = require('path') |
