Skip to content

Commit

Permalink
Merge pull request #1 from manishsingh10895/develop
Browse files Browse the repository at this point in the history
Updated versions
  • Loading branch information
manishsingh10895 committed Feb 8, 2024
2 parents 517cda4 + ef4c5b8 commit 4782c2d
Show file tree
Hide file tree
Showing 6 changed files with 4,472 additions and 16,786 deletions.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"endOfLine": "auto",
"printWidth": 140,
"singleQuote": true,
"trailingComma": "all"
"trailingComma": "all",
"tabWidth": 4
}
4 changes: 2 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "angular-notifier-demo:build"
"buildTarget": "angular-notifier-demo:build"
},
"configurations": {
"production": {
"browserTarget": "angular-notifier-demo:build:production"
"buildTarget": "angular-notifier-demo:build:production"
}
}
}
Expand Down
Loading

0 comments on commit 4782c2d

Please sign in to comment.