Skip to content

Commit 5ad7ae2

Browse files
committed
fix(package): fixed version of the compiler and compiler cli
1 parent 4b1d51f commit 5ad7ae2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
},
4747
"devDependencies": {
4848
"@angular-devkit/schematics": "^8.1.2",
49-
"@angular/compiler": "^8.0.3",
50-
"@angular/compiler-cli": "^8.0.3",
49+
"@angular/compiler": "8.0.3",
50+
"@angular/compiler-cli": "8.0.3",
5151
"@angular/platform-browser": "^8.1.2",
5252
"@angular/platform-browser-dynamic": "^8.1.2",
5353
"@angular/platform-server": "^8.1.2",

0 commit comments

Comments
 (0)