We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a26374b commit d609e72Copy full SHA for d609e72
lib/node_modules/@stdlib/_tools/scripts/publish_packages.js
@@ -182,8 +182,8 @@ var PULL_REQUEST_TEMPLATE = [
182
'We look forward to receiving your contribution! :smiley:'
183
].join( '\n' );
184
var FUNDING = {
185
- 'type': 'patreon',
186
- 'url': 'https://www.patreon.com/athan'
+ 'type': 'opencollective',
+ 'url': 'https://opencollective.com/stdlib'
187
};
188
var CHANGELOG = [
189
'# CHANGELOG',
package.json
@@ -14,8 +14,8 @@
14
}
15
],
16
"funding": {
17
- "type": "patreon",
18
- "url": "https://www.patreon.com/athan"
+ "type": "opencollective",
+ "url": "https://opencollective.com/stdlib"
19
},
20
"bin": {
21
"stdlib": "./bin/cli"
0 commit comments