From 1f4c3335b5a55938cebb1e59c10dc1a390e49845 Mon Sep 17 00:00:00 2001 From: Merott Movahedi Date: Sun, 8 Jun 2014 11:16:03 +0100 Subject: [PATCH] chore(tools): upgrade ng-annotate to 0.9.5 Upgrade ng-annotate to 0.9.5, for bug fixes and improvements, including the ability to explicitly mark a function for annotation with `/* @ngInject */` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d45601d..4ddc324 100644 --- a/package.json +++ b/package.json @@ -57,6 +57,6 @@ }, "dependencies": { "gulp-angular-templatecache": "^1.1.3", - "ng-annotate": "^0.8.0" + "ng-annotate": "^0.9.5" } }