Skip to content

Commit b59342d

Browse files
committed
chore: version 6.1.0-beta.0
1 parent a8f272a commit b59342d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ponyracer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@
2626
},
2727
"devDependencies": {
2828
"@angular/compiler-cli": "^6.0.3",
29-
"@angular-devkit/build-angular": "~0.6.8",
29+
"@angular-devkit/build-angular": "~0.7.0-beta.0",
3030
"typescript": "~2.7.2",
31-
"@angular/cli": "~6.0.8",
31+
"@angular/cli": "~6.1.0-beta.0",
3232
"@angular/language-service": "^6.0.3",
3333
"@types/jasmine": "~2.8.6",
3434
"@types/jasminewd2": "~2.0.3",

ponyracer/src/app/app.component.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ describe('AppComponent', () => {
1313
const app = fixture.debugElement.componentInstance;
1414
expect(app).toBeTruthy();
1515
}));
16-
it(`should have as title 'app'`, async(() => {
16+
it(`should have as title 'ponyracer'`, async(() => {
1717
const fixture = TestBed.createComponent(AppComponent);
1818
const app = fixture.debugElement.componentInstance;
19-
expect(app.title).toEqual('app');
19+
expect(app.title).toEqual('ponyracer');
2020
}));
2121
it('should render title in a h1 tag', async(() => {
2222
const fixture = TestBed.createComponent(AppComponent);

ponyracer/src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ import { Component } from '@angular/core';
66
styleUrls: ['./app.component.css']
77
})
88
export class AppComponent {
9-
title = 'app';
9+
title = 'ponyracer';
1010
}

0 commit comments

Comments
 (0)