From fe4309cf7c60f27e32df60f39609eb32a80b662b Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Tue, 23 Apr 2013 22:26:17 +0200 Subject: [PATCH] Update deps. --- package.json | 4 ++-- src/features.coffee | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 246d3913a..2b32a00dc 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,8 @@ "grunt-bump": "~0.0.2", "grunt-concurrent": "~0.2.0", "grunt-contrib-clean": "~0.4.1", - "grunt-contrib-coffee": "~0.6.7", - "grunt-contrib-compress": "~0.4.10", + "grunt-contrib-coffee": "~0.7.0", + "grunt-contrib-compress": "~0.5.0", "grunt-contrib-concat": "~0.2.0", "grunt-contrib-copy": "~0.4.1", "grunt-contrib-watch": "~0.3.1", diff --git a/src/features.coffee b/src/features.coffee index 9ac2880b2..ce1af1803 100644 --- a/src/features.coffee +++ b/src/features.coffee @@ -808,7 +808,7 @@ PSAHiding = entry = type: 'header' el: $.el 'a', - textContent: 'Show announcement.' + textContent: 'Show announcement' className: 'show-announcement' href: 'javascript:;' order: 50