Skip to content

Commit 3cad3fc

Browse files
committed
[meta] create FUNDING.yml; add "funding" field
1 parent 2e5146e commit 3cad3fc

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

.github/FUNDING.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# These are supported funding model platforms
2+
3+
github: [ljharb]
4+
patreon: # Replace with a single Patreon username
5+
open_collective: # Replace with a single Open Collective username
6+
ko_fi: # Replace with a single Ko-fi username
7+
tidelift: npm/is-shared-array-buffer
8+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
liberapay: # Replace with a single Liberapay username
10+
issuehunt: # Replace with a single IssueHunt username
11+
otechie: # Replace with a single Otechie username
12+
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

package.json

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
{
22
"name": "is-shared-array-buffer",
33
"version": "0.0.0",
4+
"author": {
5+
"name": "Jordan Harband",
6+
"email": "[email protected]",
7+
"url": "http://ljharb.codes"
8+
},
9+
"funding": {
10+
"url": "https://github.com/sponsors/ljharb"
11+
},
412
"description": "Is this value a JS SharedArrayBuffer?",
13+
"license": "MIT",
514
"main": "index.js",
615
"exports": {
716
"./package.json": "./package.json"
@@ -24,8 +33,6 @@
2433
"array",
2534
"buffer"
2635
],
27-
"author": "Jordan Harband <[email protected]>",
28-
"license": "MIT",
2936
"bugs": {
3037
"url": "https://github.com/inspect-js/is-shared-array-buffer/issues"
3138
},

0 commit comments

Comments
 (0)