diff options
Diffstat (limited to 'vendor/twbs/bootstrap/build/change-version.js')
-rw-r--r-- | vendor/twbs/bootstrap/build/change-version.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/twbs/bootstrap/build/change-version.js b/vendor/twbs/bootstrap/build/change-version.js index 6d85441a9..57c5fdec8 100644 --- a/vendor/twbs/bootstrap/build/change-version.js +++ b/vendor/twbs/bootstrap/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') |