Skip to content

Commit 5704615

Browse files
crisbetotinayuangao
authored andcommitted
chore: bump tslint and fix failure (#9667)
Bumps to the latest version of tslint and fixes a failure that wasn't being caught before.
1 parent 5e6822d commit 5704615

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

package-lock.json

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
"stylelint": "^8.4.0",
122122
"ts-node": "^3.0.4",
123123
"tsconfig-paths": "^2.3.0",
124-
"tslint": "^5.8.0",
124+
"tslint": "^5.9.1",
125125
"tsutils": "^2.6.0",
126126
"typescript": "~2.5.3",
127127
"uglify-js": "^2.8.14",

src/lib/core/datetime/date-adapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export abstract class DateAdapter<D> {
2424

2525
/** A stream that emits when the locale changes. */
2626
get localeChanges(): Observable<void> { return this._localeChanges; }
27-
protected _localeChanges= new Subject<void>();
27+
protected _localeChanges = new Subject<void>();
2828

2929
/**
3030
* Gets the year component of the given date.

0 commit comments

Comments
 (0)