Skip to content

Commit 1751140

Browse files
committed
fix(project): upgraded angular material to v12
1 parent 1ec83d5 commit 1751140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"scripts": {
55
"ng": "ng",
6-
"i": "ng update @angular/material@12 --force",
6+
"i": "ng update --force",
77
"start": "ng serve --port 4125",
88
"build": "ng build --statsJson",
99
"build:docs": "npx compodoc -p projects/angular-material-extensions/google-maps-autocomplete/tsconfig.lib.json --hideGenerator --disableCoverage -d dist/browser/doc/",

0 commit comments

Comments
 (0)