Skip to content

Commit be78d11

Browse files
committed
fix(package): add author information to package.json
1 parent 819666a commit be78d11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"LICENSE"
1313
],
1414
"keywords": ["gateway", "proxy", "fetch", "http", "circuit-breaker", "timeout", "hooks", "bun", "typescript"],
15-
"author": "",
15+
"author": "Rolando Santamaria Maso <kyberneees@gmail.com>",
1616
"license": "MIT",
1717
"scripts": {
1818
"format": "prettier --write src/**/*.ts",

0 commit comments

Comments
 (0)