File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 18
18
"@angular/core" : " ^4.0.0" ,
19
19
"@angular/forms" : " ^4.0.0" ,
20
20
"@angular/http" : " ^4.0.0" ,
21
- "@angular/language-service" : " ^4.0.0" ,
22
21
"@angular/platform-browser" : " ^4.0.0" ,
23
22
"@angular/platform-browser-dynamic" : " ^4.0.0" ,
24
23
"@angular/router" : " ^4.0.0" ,
27
26
"zone.js" : " ^0.8.4"
28
27
},
29
28
"devDependencies" : {
30
- "@angular/cli" : " 1.1.0-beta.1 " ,
29
+ "@angular/cli" : " 1.1.0-rc.0 " ,
31
30
"@angular/compiler-cli" : " ^4.0.0" ,
32
31
"@angular/language-service" : " ^4.0.0" ,
33
32
"@types/jasmine" : " 2.5.38" ,
Original file line number Diff line number Diff line change @@ -19,12 +19,10 @@ exports.config = {
19
19
defaultTimeoutInterval : 30000 ,
20
20
print : function ( ) { }
21
21
} ,
22
- beforeLaunch : function ( ) {
22
+ onPrepare ( ) {
23
23
require ( 'ts-node' ) . register ( {
24
24
project : 'e2e/tsconfig.e2e.json'
25
25
} ) ;
26
- } ,
27
- onPrepare ( ) {
28
26
jasmine . getEnv ( ) . addReporter ( new SpecReporter ( { spec : { displayStacktrace : true } } ) ) ;
29
27
}
30
28
} ;
Original file line number Diff line number Diff line change 1
1
<!doctype html>
2
- < html >
2
+ < html lang =" en " >
3
3
< head >
4
4
< meta charset ="utf-8 ">
5
5
< title > Ponyracer</ title >
You can’t perform that action at this time.
0 commit comments