Skip to content

Commit 540276d

Browse files
committed
chore: version 7.3.5
1 parent 1e7cc7d commit 540276d

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
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.4",
29+
"@angular/cli": "~7.3.5",
3030
"@angular/compiler-cli": "~7.2.0",
3131
"@angular/language-service": "~7.2.0",
3232
"@types/node": "~8.9.4",

ponyracer/src/tslint.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"extends": "../tslint.json",
3-
"rules": {
4-
"directive-selector": [
5-
true,
6-
"attribute",
7-
"app",
8-
"camelCase"
9-
],
10-
"component-selector": [
11-
true,
12-
"element",
13-
"app",
14-
"kebab-case"
15-
]
16-
}
2+
"extends": "../tslint.json",
3+
"rules": {
4+
"directive-selector": [
5+
true,
6+
"attribute",
7+
"app",
8+
"camelCase"
9+
],
10+
"component-selector": [
11+
true,
12+
"element",
13+
"app",
14+
"kebab-case"
15+
]
16+
}
1717
}

0 commit comments

Comments
 (0)