File tree 3 files changed +1
-3
lines changed
packages/angular-cli/blueprints/ng2/files
tests/e2e/assets/webpack/test-app
3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ root = true
6
6
charset = utf-8
7
7
indent_style = space
8
8
indent_size = 2
9
- end_of_line = lf
10
9
insert_final_newline = true
11
10
trim_trailing_whitespace = true
12
11
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ root = true
5
5
charset = utf-8
6
6
indent_style = space
7
7
indent_size = 2
8
- end_of_line = lf
9
8
insert_final_newline = true
10
9
trim_trailing_whitespace = true
11
10
Original file line number Diff line number Diff line change 4
4
"dependencies" : {
5
5
"@angular/common" : " ~2.1.0" ,
6
6
"@angular/compiler" : " ~2.1.0" ,
7
- "@angular/compiler-cli" : " 0.6.2 " ,
7
+ "@angular/compiler-cli" : " ~2.1.0 " ,
8
8
"@angular/core" : " ~2.1.0" ,
9
9
"@angular/http" : " ~2.1.0" ,
10
10
"@angular/platform-browser" : " ~2.1.0" ,
You can’t perform that action at this time.
0 commit comments