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:
Diffstat (limited to 'build/change-version.js')
-rw-r--r--build/change-version.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/change-version.js b/build/change-version.js
index 57c5fdec88..3db3244e76 100644
--- a/build/change-version.js
+++ b/build/change-version.js
@@ -11,6 +11,7 @@
const fs = require('node:fs').promises
const path = require('node:path')
+const process = require('process')
const globby = require('globby')
const VERBOSE = process.argv.includes('--verbose')