diff --git a/packages.json b/packages.json index 281adfc..e5500fc 100644 --- a/packages.json +++ b/packages.json @@ -1,4 +1,18 @@ [ + { + "name": "htest", + "url": "https://github.com/Yandall/HTest/", + "method": "git", + "tags": [ + "html", + "test", + "unittest", + "nimquery" + ], + "description": "Simple library to make tests on html string using css query selectors", + "license": "MIT", + "web": "https://github.com/Yandall/HTest/" + }, { "name": "passy", "url": "https://github.com/infinitybeond1/passy",