From dab17be228d328821bafcea5a2c6280764a2f68d Mon Sep 17 00:00:00 2001 From: Dominik K Date: Fri, 25 Nov 2022 13:48:06 +0100 Subject: [PATCH] Version Bump --- package.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 33153d2..6b66ab2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "chalk-advanced", - "version": "1.0.4", - "description": "Chalk-advanced is my own version of chalk I made for fun", + "version": "1.0.5", + "description": "Chalk-advanced is a library that allows you to color your console output.", "main": "index.js", "scripts": { "test": "node test.js" @@ -20,8 +20,5 @@ "bugs": { "url": "https://github.com/mezotv/chalk-advanced/issues" }, - "homepage": "https://github.com/mezotv/chalk-advanced#readme", - "dependencies": { - "chalk-advanced": "^1.0.1" - } + "homepage": "https://github.com/mezotv/chalk-advanced#readme" }