fix(cli): do not rely on x.nest.land

This commit is contained in:
Ruben Fiszel
2023-05-24 15:37:00 +02:00
parent 467f8cbe2a
commit f4fbf93411
8 changed files with 95 additions and 20 deletions

View File

@@ -11,9 +11,9 @@ import {
Script,
ScriptService,
Table,
writeAllSync,
yamlParse,
} from "./deps.ts";
import { writeAllSync } from "https://deno.land/std@0.176.0/streams/mod.ts";
import { parse as yamlParse } from "https://deno.land/std@0.184.0/yaml/mod.ts";
export interface ScriptFile {
parent_hash?: string;