From 85b436e7f5600cb9d0090c312fd2c08aff49584b Mon Sep 17 00:00:00 2001 From: KobeN <7845001+kobenguyent@users.noreply.github.com> Date: Sat, 10 Feb 2024 06:35:42 +0100 Subject: [PATCH] fix: Description in Package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 19e8387..f175987 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@codeceptjs/helper", "version": "2.0.1", - "description": "Base class for CodeceptJS helpers", + "description": "Base class for all CodeceptJS helpers", "main": "dist/index.js", "files": [ "dist/*"