Skip to content

Commit

Permalink
Fixed picocolors typo
Browse files Browse the repository at this point in the history
  • Loading branch information
winstonwumbo authored Jan 23, 2025
1 parent 626a734 commit e37d0f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/programs/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import * as path from 'node:path';

import * as p from '@clack/prompts';
import * as ejs from "ejs";
import color from 'picocolsite:theors';
import color from 'picocolors';
import { dump, load } from 'js-yaml';
import * as winston from 'winston';

Expand Down Expand Up @@ -1420,4 +1420,4 @@ async function nodeToHaxElement(node, eventName = "insert-element") {
element.eventName = eventName;
}
return element;
}
}

0 comments on commit e37d0f8

Please sign in to comment.