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>2022-09-20 08:09:14 +0300
committerGitHub <noreply@github.com>2022-09-20 08:09:14 +0300
commitd0117a17d807df05dfd6f6ce72a0d63f081ca529 (patch)
treeed906876c171b7b243a6b0146165ecf94d9789b6 /build/change-version.js
parent6f65df4faea2694840572626f8a02f4399bd0dca (diff)
Update devDependencies (#37177)
Diffstat (limited to 'build/change-version.js')
-rw-r--r--build/change-version.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/change-version.js b/build/change-version.js
index 6d85441a93..57c5fdec88 100644
--- a/build/change-version.js
+++ b/build/change-version.js
@@ -9,8 +9,8 @@
'use strict'
-const fs = require('fs').promises
-const path = require('path')
+const fs = require('node:fs').promises
+const path = require('node:path')
const globby = require('globby')
const VERBOSE = process.argv.includes('--verbose')