Skip to content

Commit 00d4205

Browse files
committed
enhance: Add funding package.json field
1 parent 19b6428 commit 00d4205

File tree

13 files changed

+28
-0
lines changed

13 files changed

+28
-0
lines changed

.changeset/kind-knives-retire.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
"@data-client/use-enhanced-reducer": patch
3+
"@data-client/normalizr": patch
4+
"@data-client/endpoint": patch
5+
"@data-client/graphql": patch
6+
"@data-client/hooks": patch
7+
"@data-client/react": patch
8+
"@data-client/redux": patch
9+
"@data-client/core": patch
10+
"@data-client/rest": patch
11+
"@data-client/test": patch
12+
"@data-client/img": patch
13+
"@data-client/ssr": patch
14+
---
15+
16+
Add funding package.json field

packages/core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
"declarative"
109109
],
110110
"author": "Nathaniel Tucker <[email protected]> (https://github.com/ntucker)",
111+
"funding": "https://github.com/sponsors/ntucker",
111112
"license": "Apache-2.0",
112113
"homepage": "https://dataclient.io",
113114
"repository": {

packages/endpoint/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@
117117
"typecheck": "run tsc:ci"
118118
},
119119
"author": "Nathaniel Tucker <[email protected]> (https://github.com/ntucker)",
120+
"funding": "https://github.com/sponsors/ntucker",
120121
"license": "Apache-2.0",
121122
"repository": {
122123
"type": "git",

packages/graphql/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
"prepack": "run prepare && run build:bundle && run build:legacy:lib"
102102
},
103103
"author": "Nathaniel Tucker <[email protected]> (https://github.com/ntucker)",
104+
"funding": "https://github.com/sponsors/ntucker",
104105
"license": "Apache-2.0",
105106
"dependencies": {
106107
"@babel/runtime": "^7.17.0",

packages/hooks/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
"prepack": "run prepare && run build:bundle"
7171
},
7272
"author": "Nathaniel Tucker <[email protected]> (https://github.com/ntucker)",
73+
"funding": "https://github.com/sponsors/ntucker",
7374
"license": "Apache-2.0",
7475
"dependencies": {
7576
"@babel/runtime": "^7.17.0",

packages/img/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
"prepack": "run prepare && run build:bundle"
6767
},
6868
"author": "Nathaniel Tucker <[email protected]> (https://github.com/ntucker)",
69+
"funding": "https://github.com/sponsors/ntucker",
6970
"license": "Apache-2.0",
7071
"dependencies": {
7172
"@babel/runtime": "^7.17.0",

packages/normalizr/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
"prepublishOnly": "run build"
102102
},
103103
"author": "Nathaniel Tucker <[email protected]> (https://github.com/ntucker)",
104+
"funding": "https://github.com/sponsors/ntucker",
104105
"contributors": [
105106
"Paul Armstrong",
106107
"Dan Abramov"

packages/react/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@
124124
"prepack": "run prepare && run build:legacy:lib && run build:bundle"
125125
},
126126
"author": "Nathaniel Tucker <[email protected]> (https://github.com/ntucker)",
127+
"funding": "https://github.com/sponsors/ntucker",
127128
"license": "Apache-2.0",
128129
"dependencies": {
129130
"@babel/runtime": "^7.17.0",

packages/redux/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
"prepack": "run prepare && run build:bundle && run build:legacy:lib"
105105
},
106106
"author": "Nathaniel Tucker <[email protected]> (https://github.com/ntucker)",
107+
"funding": "https://github.com/sponsors/ntucker",
107108
"license": "Apache-2.0",
108109
"dependencies": {
109110
"@babel/runtime": "^7.17.0",

packages/rest/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@
123123
"prepack": "run prepare && run build:bundle && run build:legacy:lib"
124124
},
125125
"author": "Nathaniel Tucker <[email protected]> (https://github.com/ntucker)",
126+
"funding": "https://github.com/sponsors/ntucker",
126127
"license": "Apache-2.0",
127128
"dependencies": {
128129
"@babel/runtime": "^7.17.0",

0 commit comments

Comments
 (0)