This commit is contained in:
Philipp Kunz 2025-01-14 17:37:46 +01:00
parent 95e6295feb
commit 947bd03223

View File

@ -1,6 +1,6 @@
{ {
"name": "@push.rocks/beautyfiglet", "name": "@push.rocks/beautyfiglet",
"version": "1.0.7", "version": "1.0.8",
"description": "A Node.js module that facilitates the creation of ASCII art using figlet with customizable fonts and layouts.", "description": "A Node.js module that facilitates the creation of ASCII art using figlet with customizable fonts and layouts.",
"exports": { "exports": {
".": "./dist_ts/index.js" ".": "./dist_ts/index.js"
@ -40,4 +40,4 @@
"@git.zone/tstest": "^1.0.90", "@git.zone/tstest": "^1.0.90",
"@push.rocks/tapbundle": "^5.5.4" "@push.rocks/tapbundle": "^5.5.4"
} }
} }