Skip to content

Commit 5634a8b

Browse files
committed
Update funding key in package.json
1 parent 0ab7a6f commit 5634a8b

1 file changed

Lines changed: 10 additions & 4 deletions

File tree

package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,16 @@
5757
"test": "c8 pnpm unit && eslint . && node ./test/version.js && check-dts && node ./test/integration.js && size-limit",
5858
"unit": "uvu -r ts-node/register/transpile-only test \"\\.test\\.(ts|js)$\""
5959
},
60-
"funding": {
61-
"type": "opencollective",
62-
"url": "https://opencollective.com/postcss/"
63-
},
60+
"funding": [
61+
{
62+
"type": "opencollective",
63+
"url": "https://opencollective.com/postcss/"
64+
},
65+
{
66+
"type": "tidelift",
67+
"url": "https://tidelift.com/funding/github/npm/postcss"
68+
}
69+
],
6470
"author": "Andrey Sitnik <andrey@sitnik.ru>",
6571
"license": "MIT",
6672
"homepage": "https://postcss.org/",

0 commit comments

Comments
 (0)