We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f3e364 commit 61f7e07Copy full SHA for 61f7e07
{{cookiecutter.github_project_name}}/package.json
@@ -17,7 +17,10 @@
17
"url": "https://github.com/{{ cookiecutter.github_organization_name }}/{{ cookiecutter.github_project_name }}/issues"
18
},
19
"license": "BSD-3-Clause",
20
- "author": "",
+ "author": {
21
+ "name": "{{ cookiecutter.author_name }}",
22
+ "email": "{{ cookiecutter.author_email }}"
23
+ },
24
"main": "lib/index.js",
25
"types": "./lib/index.d.ts",
26
"repository": {
0 commit comments