We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8df519d commit 5569f42Copy full SHA for 5569f42
package.json
@@ -2,9 +2,12 @@
2
"name": "electron-chromedriver",
3
"version": "0.0.0-development",
4
"description": "Electron ChromeDriver",
5
- "repository": "https://github.com/electron/chromedriver",
+ "repository": {
6
+ "type": "git",
7
+ "url": "git+https://github.com/electron/chromedriver.git"
8
+ },
9
"bin": {
- "chromedriver": "./chromedriver.js"
10
+ "chromedriver": "chromedriver.js"
11
},
12
"files": [
13
"./chromedriver.js",
0 commit comments