From 377ad6d828867f6da5f55cfe1d84b2515f95174c Mon Sep 17 00:00:00 2001 From: Johannes Rieken Date: Mon, 10 Oct 2016 10:06:25 +0200 Subject: [PATCH] use v3.1.0 of typescript-formatter It is now less eager to insert trailing newlines --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e549ca5fd75..d7124cc91a5 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "source-map": "^0.4.4", "tslint": "^3.3.0", "typescript": "^2.0.3", - "typescript-formatter": "git+https://github.com/jrieken/typescript-formatter.git#560ea3b", + "typescript-formatter": "3.1.0", "uglify-js": "2.4.8", "underscore": "^1.8.2", "vinyl": "^0.4.5", @@ -113,4 +113,4 @@ "windows-mutex": "^0.2.0", "fsevents": "0.3.8" } -} +} \ No newline at end of file