1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2026-06-12 08:45:27 -04:00

Switch to @xhmikosr/bin-wrapper

This commit is contained in:
XhmikosR
2023-03-15 09:10:08 +02:00
parent 641cfe8aaf
commit 4b5ea751ba
3 changed files with 869 additions and 1069 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import fs from 'node:fs';
import path from 'node:path';
import process from 'node:process';
import { fileURLToPath } from 'node:url';
import BinWrapper from 'bin-wrapper';
import BinWrapper from '@xhmikosr/bin-wrapper';
import { packageConfigSync } from 'pkg-conf';
const { hugoVersion } = JSON.parse(fs.readFileSync(new URL('../package.json', import.meta.url)));
+867 -1067
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -19,7 +19,7 @@
"hugo": "cli.js"
},
"dependencies": {
"bin-wrapper": "^4.1.0",
"@xhmikosr/bin-wrapper": "^5.0.0",
"picocolors": "^1.0.0",
"pkg-conf": "^4.0.0",
"rimraf": "^3.0.2"