Updated dependencies

This commit is contained in:
juliandescottes 2015-04-13 17:24:49 +02:00
parent 5b081c8859
commit 6070ebead5
3 changed files with 15 additions and 16 deletions

View File

@ -79,7 +79,6 @@ module.exports = function(grunt) {
browser : true, browser : true,
trailing : true, trailing : true,
curly : true, curly : true,
es3 : true,
globals : {'$':true, 'jQuery' : true, 'pskl':true, 'Events':true, 'Constants':true, 'console' : true, 'module':true, 'require':true} globals : {'$':true, 'jQuery' : true, 'pskl':true, 'Events':true, 'Constants':true, 'console' : true, 'module':true, 'require':true}
}, },
files: [ files: [

View File

@ -14,27 +14,27 @@
"start": "nodewebkit" "start": "nodewebkit"
}, },
"devDependencies": { "devDependencies": {
"dateformat": "1.0.8-1.2.3", "dateformat": "^1.0.11",
"grunt": "~0.4.5", "grunt": "~0.4.5",
"load-grunt-tasks": "^3.1.0", "grunt-contrib-clean": "^0.6.0",
"grunt-contrib-clean": "0.5.0", "grunt-contrib-concat": "^0.5.1",
"grunt-contrib-concat": "0.5.0", "grunt-contrib-copy": "^0.8.0",
"grunt-contrib-copy": "0.5.0", "grunt-contrib-jshint": "^0.11.1",
"grunt-contrib-jshint": "0.10.0", "grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-uglify": "0.5.0",
"grunt-contrib-watch": "0.6.1", "grunt-contrib-watch": "0.6.1",
"grunt-express": "1.4.1", "grunt-express": "1.4.1",
"grunt-ghost": "1.1.0", "grunt-ghost": "1.1.0",
"grunt-leading-indent": "0.1.0", "grunt-karma": "^0.10.1",
"grunt-node-webkit-builder": "0.1.21", "grunt-leading-indent": "^0.2.0",
"grunt-node-webkit-builder": "^1.0.2",
"grunt-open": "0.2.3", "grunt-open": "0.2.3",
"grunt-replace": "0.7.8", "grunt-replace": "^0.8.0",
"grunt-karma": "~0.8.2", "karma": "0.12.31",
"karma": "0.12.17",
"karma-chrome-launcher": "^0.1.4", "karma-chrome-launcher": "^0.1.4",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.1.4", "karma-phantomjs-launcher": "^0.1.4",
"karma-jasmine": "^0.2.0", "load-grunt-tasks": "^3.1.0",
"nodewebkit": "~0.10.1" "nodewebkit": "^0.11.6"
}, },
"window": { "window": {
"title": "Piskel", "title": "Piskel",

View File

@ -22,7 +22,7 @@
}; };
if (descriptor.isPublic) { if (descriptor.isPublic) {
data['public'] = true; data.public = true;
} }
var success = function () { var success = function () {