Skip to content

Commit 8b8d36d

Browse files
committed
chore: redirect funding to styled-components Open Collective
Points the seven package `funding` blocks and `.github/FUNDING.yml` at the styled-components Open Collective, consistent with the repo now living under the styled-components org.
1 parent eb949f9 commit 8b8d36d

8 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github: gregberge
1+
open_collective: styled-components

packages/babel-preset-emotion-css-prop/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"homepage": "https://xstyled.dev",
1616
"repository": "https://github.com/styled-components/xstyled/tree/main/packages/babel-preset-emotion-css-prop",
1717
"funding": {
18-
"type": "github",
19-
"url": "https://github.com/sponsors/gregberge"
18+
"type": "opencollective",
19+
"url": "https://opencollective.com/styled-components"
2020
},
2121
"publishConfig": {
2222
"access": "public"

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"homepage": "https://xstyled.dev",
2424
"repository": "https://github.com/styled-components/xstyled/tree/main/packages/core",
2525
"funding": {
26-
"type": "github",
27-
"url": "https://github.com/sponsors/gregberge"
26+
"type": "opencollective",
27+
"url": "https://opencollective.com/styled-components"
2828
},
2929
"publishConfig": {
3030
"access": "public"

packages/emotion/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"homepage": "https://xstyled.dev",
3434
"repository": "https://github.com/styled-components/xstyled/tree/main/packages/emotion",
3535
"funding": {
36-
"type": "github",
37-
"url": "https://github.com/sponsors/gregberge"
36+
"type": "opencollective",
37+
"url": "https://opencollective.com/styled-components"
3838
},
3939
"peerDependencies": {
4040
"@emotion/react": "^11.0.0",

packages/prop-types/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"homepage": "https://xstyled.dev",
3333
"repository": "https://github.com/styled-components/xstyled/tree/main/packages/prop-types",
3434
"funding": {
35-
"type": "github",
36-
"url": "https://github.com/sponsors/gregberge"
35+
"type": "opencollective",
36+
"url": "https://opencollective.com/styled-components"
3737
},
3838
"publishConfig": {
3939
"access": "public"

packages/styled-components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"homepage": "https://xstyled.dev",
3434
"repository": "https://github.com/styled-components/xstyled/tree/main/packages/styled-components",
3535
"funding": {
36-
"type": "github",
37-
"url": "https://github.com/sponsors/gregberge"
36+
"type": "opencollective",
37+
"url": "https://opencollective.com/styled-components"
3838
},
3939
"peerDependencies": {
4040
"styled-components": "^6.1.11"

packages/system/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"homepage": "https://xstyled.dev",
3232
"repository": "https://github.com/styled-components/xstyled/tree/main/packages/system",
3333
"funding": {
34-
"type": "github",
35-
"url": "https://github.com/sponsors/gregberge"
34+
"type": "opencollective",
35+
"url": "https://opencollective.com/styled-components"
3636
},
3737
"publishConfig": {
3838
"access": "public"

packages/util/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"homepage": "https://xstyled.dev",
2424
"repository": "https://github.com/styled-components/xstyled/tree/main/packages/util",
2525
"funding": {
26-
"type": "github",
27-
"url": "https://github.com/sponsors/gregberge"
26+
"type": "opencollective",
27+
"url": "https://opencollective.com/styled-components"
2828
},
2929
"publishConfig": {
3030
"access": "public"

0 commit comments

Comments
 (0)