From af36a2892bebb24d2a0d982fab562b426dc9d392 Mon Sep 17 00:00:00 2001 From: Anartz Mugika Ledo Date: Fri, 19 Aug 2022 20:37:16 +0200 Subject: [PATCH] chore: add package main info --- package.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 88f014c..93d7d6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,12 @@ { "name": "angular-husky-with-git-hooks", - "version": "0.0.0", + "version": "1.0.0", + "description": "Template with Husky use Git Hooks to execute ESLint, commitlint to apply git flow commit messages convention and format code with Prettier", + "author": { + "name": "Anartz Mugika Ledo", + "email": "mugan86@gmail.com", + "url": "https://anartz-mugika.com/" + }, "scripts": { "ng": "ng", "start": "ng serve", @@ -36,4 +42,4 @@ "karma-jasmine-html-reporter": "~1.7.0", "typescript": "~4.6.2" } -} +} \ No newline at end of file