Skip to content

Commit 1e7cc7d

Browse files
committed
chore: version 7.3.4
1 parent 6a0ca5d commit 1e7cc7d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ponyracer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"devDependencies": {
2828
"@angular-devkit/build-angular": "~0.13.0",
29-
"@angular/cli": "~7.3.3",
29+
"@angular/cli": "~7.3.4",
3030
"@angular/compiler-cli": "~7.2.0",
3131
"@angular/language-service": "~7.2.0",
3232
"@types/node": "~8.9.4",

ponyracer/src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { Component } from '@angular/core';
33
@Component({
44
selector: 'app-root',
55
templateUrl: './app.component.html',
6-
styleUrls: ['./app.component.css'],
6+
styleUrls: ['./app.component.css']
77
})
88
export class AppComponent {
99
title = 'ponyracer';

0 commit comments

Comments
 (0)