From 3dde15e7272850fad49cc00b0ece9097ec9f5e1a Mon Sep 17 00:00:00 2001 From: Ooker Date: Sun, 24 Mar 2024 13:17:34 +0700 Subject: [PATCH] Add resin to import map --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b13586..8986ca3 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,8 @@ Personally, I'm more of an `import_map.json`. ```json { "imports": { - "lunchbox": "https://deno.land/x/lunchbox@vX.X.X/mod.ts" + "lunchbox": "https://deno.land/x/lunchbox@vX.X.X/mod.ts", + "resin": "https://deno.land/x/resin/mod.ts", } } ```