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-11-28 14:03:28 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-11-28 15:33:29 +0300
commit05dfae314644e108b8d7686fb4249ff90b907672 (patch)
tree36b0eec3911691f7cdef299b843a0b82be649bef /build/change-version.js
parent11da1601140174e4fa4e0e25e7f66fc21c08e927 (diff)
Revert "build/*.js: set `sourceType` to module."
This reverts commit b442ce3130808dc28fe897f610bef1e9ab9c792f.
Diffstat (limited to 'build/change-version.js')
-rwxr-xr-xbuild/change-version.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/change-version.js b/build/change-version.js
index 192c627101..7102dc0830 100755
--- a/build/change-version.js
+++ b/build/change-version.js
@@ -7,6 +7,8 @@
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
+'use strict'
+
const fs = require('fs')
const path = require('path')
const sh = require('shelljs')