You've already forked hugo-extended
mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2026-06-12 08:45:27 -04:00
Move cli.js to bin/cli.js
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
import { spawn } from 'node:child_process';
|
import { spawn } from 'node:child_process';
|
||||||
import process from 'node:process';
|
import process from 'node:process';
|
||||||
import hugo from './index.js';
|
import hugo from '../index.js';
|
||||||
|
|
||||||
const input = process.argv.slice(2);
|
const input = process.argv.slice(2);
|
||||||
|
|
||||||
+2
-2
@@ -27,7 +27,7 @@
|
|||||||
".": "./index.js"
|
".": "./index.js"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"hugo": "cli.js"
|
"hugo": "bin/cli.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@xhmikosr/bin-wrapper": "^5.0.1",
|
"@xhmikosr/bin-wrapper": "^5.0.1",
|
||||||
@@ -46,8 +46,8 @@
|
|||||||
"postinstall": "node lib/install.js"
|
"postinstall": "node lib/install.js"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
|
"bin/cli.js",
|
||||||
"lib/*.js",
|
"lib/*.js",
|
||||||
"cli.js",
|
|
||||||
"index.js"
|
"index.js"
|
||||||
],
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|||||||
Reference in New Issue
Block a user