Compare commits

..

No commits in common. "master" and "1.0.1" have entirely different histories.

3 changed files with 55 additions and 55 deletions

View File

@ -48,6 +48,6 @@ jobs:
needs: build needs: build
uses: ztimson/actions/.github/workflows/docker.yaml@develop uses: ztimson/actions/.github/workflows/docker.yaml@develop
with: with:
name: ztimson/node-utils name: ztimson/css-utils
repository: ${{github.server_url}}/${{github.repository}}.git repository: ${{github.server_url}}/${{github.repository}}.git
pass: ${{secrets.DEPLOY_TOKEN}} pass: ${{secrets.DEPLOY_TOKEN}}

View File

@ -1,6 +1,6 @@
{ {
"name": "@ztimson/node-utils", "name": "@ztimson/node-utils",
"version": "1.0.2", "version": "1.0.1",
"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 'readline'; import readline from 'node:readline';
/** /**
* Retrieve input from the CLI * Retrieve input from the CLI