Skip to content

Commit c610d9c

Browse files
docs: add keywords to package file (#8)
* docs: add keywords to package file * Update package.json Co-authored-by: Steven Lambert <[email protected]> * Update package.json * Update package.json Co-authored-by: Steven Lambert <[email protected]>
1 parent f6d5d73 commit c610d9c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,11 @@
4949
},
5050
"lint-staged": {
5151
"*.js": "prettier --write"
52-
}
52+
},
53+
"keywords": [
54+
"chromedriver",
55+
"chrome",
56+
"browser",
57+
"firefox"
58+
]
5359
}

0 commit comments

Comments
 (0)