From f65ec15aaf8fc46685c39d721cab82f64baead8c Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 28 Mar 2025 23:52:50 +0900 Subject: refactor(blog/nuldoc): migrate Deno standard library to JSR --- vhosts/blog/nuldoc-src/ndoc/document.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vhosts/blog/nuldoc-src/ndoc/document.ts') diff --git a/vhosts/blog/nuldoc-src/ndoc/document.ts b/vhosts/blog/nuldoc-src/ndoc/document.ts index 26c00784..dfb6d03b 100644 --- a/vhosts/blog/nuldoc-src/ndoc/document.ts +++ b/vhosts/blog/nuldoc-src/ndoc/document.ts @@ -1,4 +1,4 @@ -import { join } from "std/path/mod.ts"; +import { join } from "@std/path"; import { Config } from "../config.ts"; import { NuldocError } from "../errors.ts"; import { Revision, stringToDate } from "../revision.ts"; -- cgit v1.2.3-70-g09d2