Skip to content

Commit f7322f9

Browse files
committed
Fix author value
1 parent 1ec0344 commit f7322f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegens/r-httr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"type": "git",
2323
"url": ""
2424
},
25-
"author": "$AUTHOR_NAME",
25+
"author": "Postman Labs <help@getpostman.com>",
2626
"license": "Apache-2.0",
2727
"homepage": "https://github.com/postmanlabs/code-generators/tree/master/codegens/r-httr",
2828
"dependencies": {},

0 commit comments

Comments
 (0)