Skip to content
This repository was archived by the owner on Jul 30, 2024. It is now read-only.

Commit ee4fcf3

Browse files
committed
package.json change license
1 parent c67dd9f commit ee4fcf3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "git+https://github.com/requestly/requestly-selenium.git"
99
},
1010
"author": "Requestly <[email protected]>",
11-
"license": "GPL-2.0",
11+
"license": "MIT",
1212
"bugs": {
1313
"url": "https://github.com/requestly/requestly-selenium/issues"
1414
},
@@ -34,5 +34,8 @@
3434
],
3535
"peerDependencies": {
3636
"selenium-webdriver": "*"
37+
},
38+
"dependencies": {
39+
"selenium-webdriver": "^4.0.0-beta.4"
3740
}
3841
}

0 commit comments

Comments
 (0)