From a260ba1e4edd4305c4c51ffadd10e795791e5cbe Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 22 Apr 2022 17:48:58 +0300 Subject: [PATCH] Improve keywrods list --- library.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library.json b/library.json index 3522f1e..26a1e81 100644 --- a/library.json +++ b/library.json @@ -1,7 +1,7 @@ { "name": "Unity", "version": "2.5.2", - "keywords": "unittest, tdd, unit, test", + "keywords": "unit-testing, testing, tdd, testing-framework", "description": "Simple Unit Testing for C", "homepage": "http://www.throwtheswitch.org/unity", "license": "MIT",