Comparing version 0.1.8 to 0.1.9
{ | ||
"name": "hjsx", | ||
"version": "0.1.8", | ||
"version": "0.1.9", | ||
"module": "hjsx.ts", | ||
@@ -5,0 +5,0 @@ "main": "hjsx.js", |
@@ -26,3 +26,4 @@ import { parseArgs } from "node:util"; | ||
console.log(`published! v${oldVersion} -> v${newVersion}`); | ||
const green = (text: string) => `\x1b[32m${text}\x1b[0m`; | ||
console.log(`\n${green("published!")} v${oldVersion} -> v${newVersion}`); | ||
@@ -29,0 +30,0 @@ async function build() { |
92628
1869