diff --git a/package.json b/package.json index 9c7ba01..7993b85 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "language": "sh", "content": [ "# Install the package globally", - "npm i -g <%- _.pack.name %>", + "npm i -g git-stats", "# Initialize git hooks", "# This is for tracking the new commits", "curl -s https://raw.githubusercontent.com/IonicaBizau/git-stats/master/scripts/init-git-post-commit | bash" @@ -233,4 +233,4 @@ ] } } -} \ No newline at end of file +}