Skip to content

Commit

Permalink
fix(month): auto add 0 in front
Browse files Browse the repository at this point in the history
  • Loading branch information
rbalet authored Mar 13, 2024
2 parents 7e0123b + 1ca385a commit 80e1ab9
Show file tree
Hide file tree
Showing 2 changed files with 139 additions and 151 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "ng test",
"test:ci": "ng test ngx-mat-birthday-input --watch=false --code-coverage --no-progress --browsers=ChromeHeadless",
"publish": "ng build ngx-mat-birthday-input --configuration production && npm publish ./dist/ngx-mat-birthday-input",
"prepare": "husky install"
"prepare": "husky"
},
"private": true,
"dependencies": {
Expand Down
Loading

0 comments on commit 80e1ab9

Please sign in to comment.