Comparing version 0.0.4 to 0.0.5
@@ -67,3 +67,4 @@ // src/index.ts | ||
// src/index.ts | ||
import { bold, yellow } from "picocolors"; | ||
import picocolors from "picocolors"; | ||
var { bold, yellow } = picocolors; | ||
var warn = (msg) => console.warn(bold(yellow("warn")), "-", msg); | ||
@@ -70,0 +71,0 @@ var makeReset = ({ |
{ | ||
"name": "tw-reset", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"author": "Maxwell Barvian", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
544
27815