Skip to content

Commit

Permalink
refactor: add correct version info in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
engineervix committed Jul 20, 2021
1 parent 6aa9d08 commit 14ec5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_slug}}/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "{{cookiecutter.project_slug}}",
"version": "0.0.1",
"version": "{{ cookiecutter.version }}",
"description": "{{cookiecutter.description}}",
"main": "index.js",
"author": "{{ cookiecutter.author_name }}",
Expand Down

0 comments on commit 14ec5d7

Please sign in to comment.