Skip to content

Commit 875657f

Browse files
committed
fix(project): upgraded angular material to v13
1 parent d91c8e2 commit 875657f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
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@13 --force",
6+
"i": "ng update @nguniversal/express-engine@13 --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/",
@@ -69,4 +69,4 @@
6969
"tslint": "~6.1.0",
7070
"typescript": "~4.6.4"
7171
}
72-
}
72+
}

0 commit comments

Comments
 (0)