Skip to content

Commit 04680ea

Browse files
committed
Release 5.0.0
1 parent 9ecf5e2 commit 04680ea

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "geckodriver",
3-
"version": "4.5.1",
3+
"version": "5.0.0",
44
"description": "Mozilla's Geckodriver for Node.js",
55
"homepage": "https://github.com/webdriverio-community/node-geckodriver#readme",
66
"license": "MIT",
@@ -9,11 +9,13 @@
99
"email": "[email protected]",
1010
"url": "http://vf.io"
1111
},
12-
"contributors": [{
13-
"name": "Christian Bromann",
14-
"url": "https://bromann.dev",
15-
"email": "[email protected]"
16-
}],
12+
"contributors": [
13+
{
14+
"name": "Christian Bromann",
15+
"url": "https://bromann.dev",
16+
"email": "[email protected]"
17+
}
18+
],
1719
"engines": {
1820
"node": ">=18.0.0"
1921
},

0 commit comments

Comments
 (0)