Skip to content

Commit

Permalink
chore: add package main info
Browse files Browse the repository at this point in the history
  • Loading branch information
mugan86 committed Aug 19, 2022
1 parent 223d4fa commit af36a28
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"url": "https://anartz-mugika.com/"
},
"scripts": {
"ng": "ng",
"start": "ng serve",
Expand Down Expand Up @@ -36,4 +42,4 @@
"karma-jasmine-html-reporter": "~1.7.0",
"typescript": "~4.6.2"
}
}
}

0 comments on commit af36a28

Please sign in to comment.