Skip to content

Commit e8c3d62

Browse files
author
Andy Hanson
committed
Lock tslint version to 4.0.0-dev.0, because 4.0.0-dev.1 complains about unnecessary semicolons following properties
1 parent ab75ea7 commit e8c3d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"travis-fold": "latest",
7777
"ts-node": "latest",
7878
"tsd": "latest",
79-
"tslint": "next",
79+
"tslint": "4.0.0-dev.0",
8080
"typescript": "next"
8181
},
8282
"scripts": {

0 commit comments

Comments
 (0)