Update deps.

This commit is contained in:
Nicolas Stepien 2013-04-06 05:25:44 +02:00
parent 13012e1175
commit 5a04bba12d
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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"
},