Skip to content

Commit

Permalink
fix(module: stackblitz): set right version for @angular/compiler (#466)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisherspy committed Jun 5, 2019
1 parent 0e3ca04 commit 3bc4053
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,6 @@ export class AppModule { }
description : 'Created with <3 by the StackBlitz SDK!',
template : 'angular-cli',
dependencies: {
'rxjs' : '^6.3.3',
'@angular/cdk' : '^7.3.7',
'@angular/core' : '^7.2.13',
'@angular/forms' : '^7.2.13',
Expand All @@ -362,7 +361,9 @@ export class AppModule { }
'@angular/common' : '^7.2.13',
'@angular/router' : '^7.2.13',
'@angular/animations' : '^7.2.13',
'@angular/compiler' : '^7.2.13',
'@ant-design/icons-angular' : '~2.0.3',
'rxjs' : '^6.3.3',
'ng-zorro-antd-mobile' : '^0.12.0'
},
tags : [ 'stackblitz', 'sdk' ]
Expand Down

0 comments on commit 3bc4053

Please sign in to comment.