Fixed node import
All checks were successful
Publish Library / Build NPM Project (push) Successful in 16s
Publish Library / Tag Version (push) Successful in 6s
Publish Library / Publish CDN & Docs (push) Successful in 20s

This commit is contained in:
Zakary Timson 2025-06-11 11:05:35 -04:00
parent 6aceba2f43
commit c2b3d7dc3c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@ztimson/node-utils", "name": "@ztimson/node-utils",
"version": "1.0.1", "version": "1.0.2",
"description": "CSS Utility Classes", "description": "CSS Utility Classes",
"author": "ztimson", "author": "ztimson",
"license": "MIT", "license": "MIT",

View File

@ -1,4 +1,4 @@
import readline from 'node:readline'; import readline from 'readline';
/** /**
* Retrieve input from the CLI * Retrieve input from the CLI