Skip to content
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.

Commit

Permalink
chore(package): update @alorel-personal/tslint-rules to version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeper[bot] authored and Alorel committed Sep 26, 2018
1 parent dcdff7c commit 3750a6d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -50,7 +50,7 @@
"devDependencies": {
"@alorel-personal/conventional-changelog-alorel": "2.0.4",
"@alorel-personal/semantic-release": "1.3.1",
"@alorel-personal/tslint-rules": "2.0.0",
"@alorel-personal/tslint-rules": "3.0.0",
"@semantic-release/changelog": "~3.0.0",
"@semantic-release/exec": "~3.1.2",
"@semantic-release/git": "~7.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/Fixture.ts
Expand Up @@ -10,7 +10,7 @@ interface Obj {
}

export class Fixture {
public constructor(private feature: string) {
public constructor(private readonly feature: string) {
}

@LazyGetter()
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Expand Up @@ -17,9 +17,9 @@
fs-extra "^7.0.0"
tslib "^1.6.0"

"@alorel-personal/tslint-rules@2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@alorel-personal/tslint-rules/-/tslint-rules-2.0.0.tgz#d34e291e05e1bba7fdae3d6744f1c3b9808eb859"
"@alorel-personal/tslint-rules@3.0.0":
version "3.0.0"
resolved "https://registry.yarnpkg.com/@alorel-personal/tslint-rules/-/tslint-rules-3.0.0.tgz#c3497377477af6ff920d5d6b3bcb60489b712cfa"

"@babel/code-frame@7.0.0-beta.51":
version "7.0.0-beta.51"
Expand Down

0 comments on commit 3750a6d

Please sign in to comment.