From 51c477925a8b00243feb6def9e74c729e5a8c673 Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Thu, 7 May 2015 14:17:12 -0700 Subject: [PATCH] fix(formatter): point to the newest clang-format The prior version allowed for an older clang-format binary which has bugs --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 97c31501d4..cddab36389 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "gulp": "^3.8.8", "gulp-autoprefixer": "^2.1.0", "gulp-changed": "^1.0.0", - "gulp-clang-format": "^1.0.3", + "gulp-clang-format": "^1.0.4", "gulp-concat": "^2.5.2", "gulp-connect": "~1.0.5", "gulp-load-plugins": "^0.7.1",