1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2026-06-13 01:45:29 -04:00

remove execa & switch back to vanilla child_process

This commit is contained in:
2021-09-19 07:35:50 -04:00
parent f8ef349944
commit d1141afdc1
6 changed files with 87 additions and 144 deletions
-2
View File
@@ -1,7 +1,5 @@
/* eslint-env node, mocha */
"use strict";
import { execFile } from "child_process";
import assert from "assert";
import hugo from "../index.js";