From 58a504093c320744b8ab252cc75df966dd8968bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski?= Date: Thu, 5 Sep 2013 18:18:48 +0200 Subject: [PATCH] No ticket. Update packages, make the devDependencies list alphabetic. --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 18ae7e24f..cd08ade5a 100644 --- a/package.json +++ b/package.json @@ -28,16 +28,16 @@ ], "dependencies": {}, "devDependencies": { + "archiver": "~0.4.9", "grunt": "~0.4.1", "grunt-compare-size": "~0.4.0", + "grunt-contrib-jshint": "~0.6.4", + "grunt-contrib-uglify": "~0.2.4", + "grunt-contrib-watch": "~0.5.3", "grunt-git-authors": "~1.2.0", - "grunt-contrib-watch": "~0.4.4", - "grunt-contrib-jshint": "~0.6.0", - "grunt-contrib-uglify": "~0.2.2", + "grunt-jsonlint": "~1.0.0", "gzip-js": "0.3.2", "testswarm": "~1.1.0", - "archiver": "~0.4.6", - "grunt-jsonlint": "~1.0.0", "requirejs": "~2.1.8" }, "scripts": {