Update compress deps.

This commit is contained in:
Nicolas Stepien 2013-04-10 02:45:03 +02:00
parent 8116b48d08
commit 0a00fc4228
2 changed files with 5 additions and 4 deletions

View File

@ -104,13 +104,14 @@ module.exports = function(grunt) {
compress: {
crx: {
options: {
archive: 'builds/4chan-X.zip',
archive: 'builds/<%= pkg.name %>.zip',
level: 9,
pretty: true
},
expand: true,
cwd: 'builds/crx/',
src: '**'
flatten: true,
src: 'builds/crx/*',
dest: '/'
}
},
clean: {

View File

@ -20,7 +20,7 @@
"grunt-bump": "~0.0.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-coffee": "~0.6.5",
"grunt-contrib-compress": "~0.4.7",
"grunt-contrib-compress": "~0.4.9",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-watch": "~0.3.1",