Skip to content

Commit

Permalink
v0.4.1 - Fix tslint-config-prettier resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
jednano committed Jan 11, 2019
1 parent 8342d81 commit 7dd8366
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jedmao/tslint",
"version": "0.4.0",
"version": "0.4.1",
"description": "Base TSLint configuration file.",
"main": "tslint.json",
"tslint": "tslint.json",
Expand All @@ -25,12 +25,12 @@
},
"peerDependencies": {
"tslint": "^5.12.1",
"tslint-config-prettier": "^1.17.0",
"typescript": "^3.2.2"
},
"devDependencies": {
"@jedmao/tsconfig": "^0.3.0",
"tslint": "^5.12.1",
"tslint-config-prettier": "^1.17.0",
"typescript": "^3.2.2"
}
}

0 comments on commit 7dd8366

Please sign in to comment.