Skip to content

Commit 6a578f8

Browse files
author
Andy Hanson
committed
Fix tslint version. 4.1.0-dev.0 introduced some bugs, so we must wait on #13006 to upgrade.
1 parent 0f78f53 commit 6a578f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"through2": "latest",
7676
"travis-fold": "latest",
7777
"ts-node": "latest",
78-
"tslint": "next",
78+
"tslint": "4.0.2",
7979
"typescript": "next"
8080
},
8181
"scripts": {

0 commit comments

Comments
 (0)