Skip to content

Commit 61f7e07

Browse files
committed
Add an author field in package.json
1 parent 8f3e364 commit 61f7e07

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

{{cookiecutter.github_project_name}}/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
"url": "https://github.com/{{ cookiecutter.github_organization_name }}/{{ cookiecutter.github_project_name }}/issues"
1818
},
1919
"license": "BSD-3-Clause",
20-
"author": "",
20+
"author": {
21+
"name": "{{ cookiecutter.author_name }}",
22+
"email": "{{ cookiecutter.author_email }}"
23+
},
2124
"main": "lib/index.js",
2225
"types": "./lib/index.d.ts",
2326
"repository": {

0 commit comments

Comments
 (0)