You've already forked hugo-extended
mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2025-10-16 12:14:26 -04:00
Switch to @xhmikosr/bin-wrapper
This commit is contained in:
@@ -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)));
|
||||
|
Reference in New Issue
Block a user