Compare commits
2
Commits
1.0.1
..
44dd2a659a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
44dd2a659a | ||
|
|
c2b3d7dc3c |
@@ -48,6 +48,6 @@ jobs:
|
||||
needs: build
|
||||
uses: ztimson/actions/.github/workflows/docker.yaml@develop
|
||||
with:
|
||||
name: ztimson/css-utils
|
||||
name: ztimson/node-utils
|
||||
repository: ${{github.server_url}}/${{github.repository}}.git
|
||||
pass: ${{secrets.DEPLOY_TOKEN}}
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@ztimson/node-utils",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"description": "CSS Utility Classes",
|
||||
"author": "ztimson",
|
||||
"license": "MIT",
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
import readline from 'node:readline';
|
||||
import readline from 'readline';
|
||||
|
||||
/**
|
||||
* Retrieve input from the CLI
|
||||
|
||||
Reference in New Issue
Block a user