You've already forked hugo-extended
mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2025-10-16 06:04:27 -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)));
|
||||
|
1934
package-lock.json
generated
1934
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
|
Reference in New Issue
Block a user