summaryrefslogtreecommitdiff
path: root/deno.json
diff options
context:
space:
mode:
Diffstat (limited to 'deno.json')
-rw-r--r--deno.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/deno.json b/deno.json
index 15c49a6..6130f5f 100644
--- a/deno.json
+++ b/deno.json
@@ -6,7 +6,8 @@
},
"imports": {
"lume/": "https://deno.land/x/[email protected]/",
- "catppuccin": "npm:@catppuccin/[email protected]"
+ "catppuccin": "npm:@catppuccin/[email protected]",
+ "cssnano": "npm:[email protected]"
},
"compilerOptions": {
"types": ["lume/types.ts"]