Skip to content

Commit 69a923c

Browse files
committed
Update cookiecutter.json
1 parent f739e3b commit 69a923c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

cookiecutter.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"name": "project",
33
"swift_version": "5.7",
44
"package_version": "1.0.0",
5+
"author": "",
6+
"email": "",
57
"ios": [
68
"Yes",
79
"No"

{{ cookiecutter.name | lower }}/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ make bootstrap
5050
Please feel free to help out with this project! If you see something that could be made better or want a new feature, open up an issue or send a Pull Request!
5151

5252
## Author
53-
Nikita Vasilev, nv3212@gmail.com
53+
{{ cookiecutter.author }}, {{ cookiecutter.email }}
5454

5555
## License
5656
{{ cookiecutter.name | lower }} is available under the MIT license. See the LICENSE file for more info.

0 commit comments

Comments
 (0)