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>2018-04-09 12:08:46 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-04-09 22:44:22 +0300
commit875ed0b975a587fffcc1b0c632e1cc8f612ebc5a (patch)
tree15f77e5f0a34771973fe04e080d7403de05cd696 /build/change-version.js
parent8f7bd419935adfcd53c471a0202083464800619e (diff)
Clean up globals.
Also, add a missing license header in build/workbox.js.
Diffstat (limited to 'build/change-version.js')
-rwxr-xr-xbuild/change-version.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/build/change-version.js b/build/change-version.js
index 25283c44ab..7102dc0830 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')