Skip to content

Commit 31637fd

Browse files
authored
🔧 Fix author package.json field (#93)
1 parent f633019 commit 31637fd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,11 @@
4343
"error handler",
4444
"componentDidCatch"
4545
],
46-
"author": "Carlos Cuesta",
46+
"author": {
47+
"name": "Carlos Cuesta",
48+
"email": "[email protected]",
49+
"url": "https://carloscuesta.me"
50+
},
4751
"license": "MIT",
4852
"bugs": {
4953
"url": "https://github.com/carloscuesta/react-native-error-boundary/issues"

0 commit comments

Comments
 (0)