Skip to content

Commit bd60519

Browse files
committed
docs(package.json): add contributors and funding info
1 parent 042e19e commit bd60519

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

package.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22
"name": "react95-native",
33
"version": "0.1.0",
44
"description": "Refreshed Windows 95 style UI components for your React Native app",
5+
"funding": [
6+
{
7+
"type" : "paypal",
8+
"url" : "https://www.paypal.me/react95"
9+
},
10+
{
11+
"type" : "patreon",
12+
"url" : "https://www.patreon.com/arturbien"
13+
}
14+
],
15+
"contributors": [
16+
{
17+
"name" : "Artur Bień",
18+
"email" : "[email protected]",
19+
"url" : "https://www.linkedin.com/in/arturbien/"
20+
},
21+
{
22+
"name" : "Luiz Baldi",
23+
"email" : "[email protected]",
24+
"url" : "https://www.linkedin.com/in/luizbaldi/"
25+
}
26+
],
527
"main": "dist/commonjs/index",
628
"module": "dist/module/index",
729
"types": "dist/typescript/src/index.d.ts",

0 commit comments

Comments
 (0)