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

refactor directory structure and modularize a few common functions

This commit is contained in:
2021-10-09 11:03:39 -04:00
parent 64f91f5b8e
commit 757a061ebe
9 changed files with 185 additions and 141 deletions
-1
View File
@@ -1,5 +1,4 @@
/* eslint-env node, mocha */
import { execFile } from "child_process";
import assert from "assert";
import hugo from "../index.js";