Skip to content

Commit

Permalink
fix: πŸ› Fix template/.all-contributorsrc missing quotes
Browse files Browse the repository at this point in the history
βœ… Closes: #207
  • Loading branch information
abelsiqueira committed Jun 4, 2024
1 parent 2eda556 commit 2e72004
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"projectName": {{ PackageName }},
"projectOwner": {{ PackageOwner }},
"projectName": "{{ PackageName }}",
"projectOwner": "{{ PackageOwner }}",
"files": ["README.md", "docs/src/index.md"]
}

0 comments on commit 2e72004

Please sign in to comment.