File tree Expand file tree Collapse file tree 3 files changed +15
-3
lines changed
javascript/node/selenium-webdriver Expand file tree Collapse file tree 3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 61
61
},
62
62
"publishConfig" : {
63
63
"registry" : " https://registry.npmjs.org/"
64
- }
64
+ },
65
+ "funding" : [
66
+ {
67
+ "type" : " github" ,
68
+ "url" : " https://github.com/sponsors/SeleniumHQ"
69
+ },
70
+ {
71
+ "type" : " opencollective" ,
72
+ "url" : " https://opencollective.com/selenium"
73
+ }
74
+ ]
65
75
}
Original file line number Diff line number Diff line change @@ -23,7 +23,8 @@ Gem::Specification.new do |s|
23
23
'changelog_uri' => 'https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES' ,
24
24
'github_repo' => 'ssh://github.com/SeleniumHQ/selenium' ,
25
25
'source_code_uri' => 'https://github.com/SeleniumHQ/selenium/tree/trunk/rb' ,
26
- 'rubygems_mfa_required' => 'true'
26
+ 'rubygems_mfa_required' => 'true' ,
27
+ 'funding_uri' => 'https://github.com/sponsors/SeleniumHQ'
27
28
}
28
29
29
30
s . required_rubygems_version = Gem ::Requirement . new ( '> 1.3.1' ) if s . respond_to? :required_rubygems_version=
Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ Gem::Specification.new do |s|
24
24
'changelog_uri' => 'https://github.com/SeleniumHQ/selenium/blob/trunk/rb/CHANGES' ,
25
25
'github_repo' => 'ssh://github.com/SeleniumHQ/selenium' ,
26
26
'source_code_uri' => 'https://github.com/SeleniumHQ/selenium/tree/trunk/rb' ,
27
- 'rubygems_mfa_required' => 'true'
27
+ 'rubygems_mfa_required' => 'true' ,
28
+ 'funding_uri' => 'https://github.com/sponsors/SeleniumHQ'
28
29
}
29
30
30
31
s . required_rubygems_version = Gem ::Requirement . new ( '> 1.3.1' ) if s . respond_to? :required_rubygems_version=
You can’t perform that action at this time.
0 commit comments