Skip to content

Commit

Permalink
馃捀 Re-order links in funding section (#3473)
Browse files Browse the repository at this point in the history
* 馃捀 Re-order links in funding section

* versions
  • Loading branch information
dubzzz committed Dec 11, 2022
1 parent c285705 commit 8e22d76
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 29 deletions.
8 changes: 8 additions & 0 deletions .yarn/versions/75b971b8.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
releases:
"@fast-check/ava": patch
"@fast-check/expect-type": patch
"@fast-check/jest": patch
"@fast-check/packaged": patch
"@fast-check/poisoning": patch
"@fast-check/worker": patch
fast-check: patch
8 changes: 4 additions & 4 deletions packages/ava/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@
]
},
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/fast-check"
},
{
"type": "individual",
"url": "https://github.com/sponsors/dubzzz"
},
{
"type": "opencollective",
"url": "https://opencollective.com/fast-check"
}
]
}
8 changes: 4 additions & 4 deletions packages/expect-type/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@
"typescript"
],
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/fast-check"
},
{
"type": "individual",
"url": "https://github.com/sponsors/dubzzz"
},
{
"type": "opencollective",
"url": "https://opencollective.com/fast-check"
}
]
}
12 changes: 7 additions & 5 deletions packages/fast-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,19 +75,21 @@
"testing",
"quickcheck",
"jscheck",
"jsverify"
"jsverify",
"faker",
"jest"
],
"tsd": {
"directory": "test/type"
},
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/fast-check"
},
{
"type": "individual",
"url": "https://github.com/sponsors/dubzzz"
},
{
"type": "opencollective",
"url": "https://opencollective.com/fast-check"
}
]
}
8 changes: 4 additions & 4 deletions packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,13 @@
"fast-check"
],
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/fast-check"
},
{
"type": "individual",
"url": "https://github.com/sponsors/dubzzz"
},
{
"type": "opencollective",
"url": "https://opencollective.com/fast-check"
}
]
}
8 changes: 4 additions & 4 deletions packages/packaged/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@
},
"keywords": [],
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/fast-check"
},
{
"type": "individual",
"url": "https://github.com/sponsors/dubzzz"
},
{
"type": "opencollective",
"url": "https://opencollective.com/fast-check"
}
]
}
8 changes: 4 additions & 4 deletions packages/poisoning/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@
"fast-check"
],
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/fast-check"
},
{
"type": "individual",
"url": "https://github.com/sponsors/dubzzz"
},
{
"type": "opencollective",
"url": "https://opencollective.com/fast-check"
}
]
}
8 changes: 4 additions & 4 deletions packages/worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@
"fast-check"
],
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/fast-check"
},
{
"type": "individual",
"url": "https://github.com/sponsors/dubzzz"
},
{
"type": "opencollective",
"url": "https://opencollective.com/fast-check"
}
]
}

0 comments on commit 8e22d76

Please sign in to comment.