From 5a04bba12dabbdbfb3842eb67a7182c7618ca955 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sat, 6 Apr 2013 05:25:44 +0200 Subject: [PATCH] Update deps. --- CONTRIBUTING.md | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b6ccc85bc..685ca0727 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,7 +21,7 @@ Open your console with: - Install [Grunt's CLI](http://gruntjs.com/) with `npm install -g grunt-cli`. - Clone 4chan X. - `cd` into it. -- Install 4chan X dependencies with `npm install`. +- Install/Update 4chan X dependencies with `npm install`. ### Build diff --git a/package.json b/package.json index e7800d59c..56234377a 100644 --- a/package.json +++ b/package.json @@ -19,10 +19,10 @@ "grunt": "~0.4.1", "grunt-bump": "~0.0.0", "grunt-contrib-clean": "~0.4.0", - "grunt-contrib-coffee": "~0.6.4", - "grunt-contrib-compress": "~0.4.5", + "grunt-contrib-coffee": "~0.6.5", + "grunt-contrib-compress": "~0.4.7", "grunt-contrib-concat": "~0.1.3", - "grunt-contrib-copy": "~0.4.0", + "grunt-contrib-copy": "~0.4.1", "grunt-contrib-watch": "~0.3.1", "grunt-exec": "~0.4.0" },