From 184cd3111cb49bbc940179c7e64afd65f98599db Mon Sep 17 00:00:00 2001 From: Fabian Zaremba Date: Mon, 20 Jul 2015 03:29:56 +0200 Subject: [PATCH] Update ctags version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0ac6e65..8f42708 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dependencies": { "q": "1.x.x", "lodash": "3.x.x || 2.4.x", - "ctags": "0.11.0", + "ctags": "2.1.0", "stringify": "3.1.0" }, "browserify": { @@ -27,4 +27,4 @@ "project": "CodeboxIDE/package-project", "statusbar": "CodeboxIDE/package-statusbar" } -} \ No newline at end of file +}