From febcde99fadf666e2e7bd223afd35db4632475fc Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 4 Nov 2015 19:06:03 -0800 Subject: [PATCH] build(npm): bump gulp-clang-format to ^1.0.23 This is due to https://github.com/angular/gulp-clang-format/issues/7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 26b6b463c5..229d5fe34b 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "googleapis": "1.0.x", "gulp": "^3.8.8", "gulp-autoprefixer": "^3.1.0", - "gulp-clang-format": "^1.0.14", + "gulp-clang-format": "^1.0.23", "gulp-concat": "^2.5.2", "gulp-connect": "^1.0.10", "gulp-insert": "^0.5.0",