Update compress deps.
This commit is contained in:
parent
8116b48d08
commit
0a00fc4228
@ -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: {
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user