Skip to content

Commit

Permalink
Fix/add package.json keywords for discoverability
Browse files Browse the repository at this point in the history
Might help others find this project quicker, for a long time I thought the only two options were selenium-webdriver and webdriverio.
  • Loading branch information
liamcmitchell authored and Liam Mitchell committed Sep 15, 2014
1 parent 9f6c7ca commit 8299527
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions 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 <adam.christian@gmail.com>",
Expand Down

0 comments on commit 8299527

Please sign in to comment.