From ccd826f63a7a4c7e442fab8a70d9c4c84808b417 Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 11 Oct 2022 18:29:06 +0000 Subject: Revert "update composer libs" This reverts commit 5e5f0aa955d86743a14531bed98501b59140ab1f. --- vendor/twbs/bootstrap/build/vnu-jar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/twbs/bootstrap/build/vnu-jar.js') diff --git a/vendor/twbs/bootstrap/build/vnu-jar.js b/vendor/twbs/bootstrap/build/vnu-jar.js index f29eeb722..df4192e24 100644 --- a/vendor/twbs/bootstrap/build/vnu-jar.js +++ b/vendor/twbs/bootstrap/build/vnu-jar.js @@ -9,7 +9,7 @@ 'use strict' -const { execFile, spawn } = require('node:child_process') +const { execFile, spawn } = require('child_process') const vnu = require('vnu-jar') execFile('java', ['-version'], (error, stdout, stderr) => { -- cgit v1.2.3