1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-17 19:06:40 +02:00

Update devDependencies (#37177)

This commit is contained in:
XhmikosR
2022-09-20 08:09:14 +03:00
committed by GitHub
parent 6f65df4fae
commit d0117a17d8
11 changed files with 475 additions and 483 deletions

View File

@@ -12,9 +12,9 @@
'use strict'
const crypto = require('crypto')
const fs = require('fs')
const path = require('path')
const crypto = require('node:crypto')
const fs = require('node:fs')
const path = require('node:path')
const sh = require('shelljs')
sh.config.fatal = true