js: Remove redundant config not working on Node 0.10

This commit is contained in:
Stein Magnus Jodal 2013-03-28 23:53:29 +01:00
parent 75ec28bcc0
commit 5e29647897

View File

@ -15,11 +15,6 @@ module.exports = function (grunt) {
minified: "../mopidy/frontends/http/data/mopidy.min.js"
}
},
buster: {
test: {
config: "buster.js"
}
},
concat: {
options: {
banner: "<%= meta.banner %>",