js: Update dev dependencies
This commit is contained in:
parent
b22cba63b8
commit
bf7651ae7e
@ -15,6 +15,9 @@ module.exports = function (grunt) {
|
|||||||
minified: "../mopidy/frontends/http/data/mopidy.min.js"
|
minified: "../mopidy/frontends/http/data/mopidy.min.js"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
buster: {
|
||||||
|
all: {}
|
||||||
|
},
|
||||||
concat: {
|
concat: {
|
||||||
options: {
|
options: {
|
||||||
banner: "<%= meta.banner %>",
|
banner: "<%= meta.banner %>",
|
||||||
|
|||||||
@ -20,13 +20,13 @@
|
|||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"buster": "~0.6.12",
|
"buster": "~0.6.12",
|
||||||
"grunt": "~0.4.0",
|
"grunt": "~0.4.1",
|
||||||
"grunt-buster": "~0.1.2",
|
"grunt-buster": "~0.2.1",
|
||||||
"grunt-contrib-concat": "~0.1.3",
|
"grunt-contrib-concat": "~0.3.0",
|
||||||
"grunt-contrib-jshint": "~0.2.0",
|
"grunt-contrib-jshint": "~0.4.3",
|
||||||
"grunt-contrib-uglify": "~0.1.2",
|
"grunt-contrib-uglify": "~0.2.0",
|
||||||
"grunt-contrib-watch": "~0.3.1",
|
"grunt-contrib-watch": "~0.4.3",
|
||||||
"phantomjs": "~1.8.2"
|
"phantomjs": "~1.9.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "grunt test",
|
"test": "grunt test",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user