Skip to content

Commit

Permalink
Lock tslint to 5.4 for now, to avoid build issues.
Browse files Browse the repository at this point in the history
Tslint 5.5+ uncovered new issues that should be resolved. However temporarily staying at 5.4 gets Travis back to building, giving us some more breathing room to fix the new issues.
  • Loading branch information
tobli committed Aug 23, 2017
1 parent 7ad104c commit 95b8613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"live-server": "^1.2.0",
"load-grunt-config": "^0.19.2",
"tsify": "^3.0.1",
"tslint": "^5.4.3",
"tslint": "~5.4",
"tslint-eslint-rules": "^4.1.1",
"typescript": "^2.3.4",
"whatwg-fetch": "^2.0.3"
Expand Down

0 comments on commit 95b8613

Please sign in to comment.