File tree 3 files changed +4
-5
lines changed 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 34
34
"npm" : " >= 3.0.0"
35
35
},
36
36
"author" : " Angular Authors" ,
37
- "contributors" : [
38
- " Rody Haddad <npm@rodyhaddad.com> (http://rodyhaddad.com/)" ,
39
- " Igor Minar <igor@angularjs.org>"
40
- ],
41
37
"license" : " MIT" ,
42
38
"bugs" : {
43
39
"url" : " https://github.com/angular/angular-cli/issues"
Original file line number Diff line number Diff line change 27
27
"dependencies" : {
28
28
"@angular-cli/ast-tools" : " ^1.0.1" ,
29
29
"@angular-cli/base-href-webpack" : " ^1.0.0" ,
30
+ "@angular/compiler-cli" : " ^2.1.0" ,
31
+ "@angular/core" : " ^2.1.0" ,
30
32
"@ngtools/webpack" : " latest" ,
31
33
"angular2-template-loader" : " ^0.5.0" ,
32
34
"awesome-typescript-loader" : " ^2.2.3" ,
82
84
"quick-temp" : " 0.1.5" ,
83
85
"raw-loader" : " ^0.5.1" ,
84
86
"readline2" : " 0.1.1" ,
87
+ "reflect-metadata" : " ^0.1.8" ,
85
88
"remap-istanbul" : " ^0.6.4" ,
86
89
"resolve" : " ^1.1.7" ,
87
90
"rimraf" : " ^2.5.3" ,
Original file line number Diff line number Diff line change 30
30
"peerDependencies" : {
31
31
"typescript" : " ^2.0.2" ,
32
32
"@angular/compiler-cli" : " ^2.1.0" ,
33
- "@angular/core" : " ^2.0 .0" ,
33
+ "@angular/core" : " ^2.1 .0" ,
34
34
"reflect-metadata" : " ^0.1.8"
35
35
}
36
36
}
You can’t perform that action at this time.
0 commit comments