Skip to content

Commit

Permalink
docs(package.json): add contributors and funding info
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbien committed Feb 12, 2022
1 parent 042e19e commit bd60519
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@
"name": "react95-native",
"version": "0.1.0",
"description": "Refreshed Windows 95 style UI components for your React Native app",
"funding": [
{
"type" : "paypal",
"url" : "https://www.paypal.me/react95"
},
{
"type" : "patreon",
"url" : "https://www.patreon.com/arturbien"
}
],
"contributors": [
{
"name" : "Artur Bień",
"email" : "[email protected]",
"url" : "https://www.linkedin.com/in/arturbien/"
},
{
"name" : "Luiz Baldi",
"email" : "[email protected]",
"url" : "https://www.linkedin.com/in/luizbaldi/"
}
],
"main": "dist/commonjs/index",
"module": "dist/module/index",
"types": "dist/typescript/src/index.d.ts",
Expand Down

0 comments on commit bd60519

Please sign in to comment.