From 8299527e7730caecbaecf011c81a5bd62c4ba17c Mon Sep 17 00:00:00 2001 From: Liam Mitchell Date: Mon, 15 Sep 2014 15:08:58 +1200 Subject: [PATCH] Fix/add package.json keywords for discoverability Might help others find this project quicker, for a long time I thought the only two options were selenium-webdriver and webdriverio. --- package.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 1c512f4a..695df2ca 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,12 @@ { "name": "wd", "description": "WebDriver/Selenium 2 node.js client", - "tags": [ - "web", + "keywords": [ + "testing", "automation", - "browser", - "javascript" + "webdriver", + "webdriverjs", + "selenium" ], "version": "0.3.7", "author": "Adam Christian ",