diff options
Diffstat (limited to 'deno.json')
| -rw-r--r-- | deno.json | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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"] |
