Skip to content

Commit 5569f42

Browse files
authored
chore: run npm pkg fix (#161)
1 parent 8df519d commit 5569f42

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@
22
"name": "electron-chromedriver",
33
"version": "0.0.0-development",
44
"description": "Electron ChromeDriver",
5-
"repository": "https://github.com/electron/chromedriver",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/electron/chromedriver.git"
8+
},
69
"bin": {
7-
"chromedriver": "./chromedriver.js"
10+
"chromedriver": "chromedriver.js"
811
},
912
"files": [
1013
"./chromedriver.js",

0 commit comments

Comments
 (0)