Skip to content

Commit fb2e63f

Browse files
committed
chore: version 1.1.0-rc.0
1 parent ba87956 commit fb2e63f

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

ponyracer/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
"@angular/core": "^4.0.0",
1919
"@angular/forms": "^4.0.0",
2020
"@angular/http": "^4.0.0",
21-
"@angular/language-service": "^4.0.0",
2221
"@angular/platform-browser": "^4.0.0",
2322
"@angular/platform-browser-dynamic": "^4.0.0",
2423
"@angular/router": "^4.0.0",
@@ -27,7 +26,7 @@
2726
"zone.js": "^0.8.4"
2827
},
2928
"devDependencies": {
30-
"@angular/cli": "1.1.0-beta.1",
29+
"@angular/cli": "1.1.0-rc.0",
3130
"@angular/compiler-cli": "^4.0.0",
3231
"@angular/language-service": "^4.0.0",
3332
"@types/jasmine": "2.5.38",

ponyracer/protractor.conf.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,10 @@ exports.config = {
1919
defaultTimeoutInterval: 30000,
2020
print: function() {}
2121
},
22-
beforeLaunch: function() {
22+
onPrepare() {
2323
require('ts-node').register({
2424
project: 'e2e/tsconfig.e2e.json'
2525
});
26-
},
27-
onPrepare() {
2826
jasmine.getEnv().addReporter(new SpecReporter({ spec: { displayStacktrace: true } }));
2927
}
3028
};

ponyracer/src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<meta charset="utf-8">
55
<title>Ponyracer</title>

0 commit comments

Comments
 (0)