Fixed node import
This commit is contained in:
parent
6aceba2f43
commit
c2b3d7dc3c
@ -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",
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import readline from 'node:readline';
|
import readline from 'readline';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Retrieve input from the CLI
|
* Retrieve input from the CLI
|
||||||
|
Loading…
x
Reference in New Issue
Block a user