From 4b85b31021e335bc486539a0e1ddc6fd5cac962d Mon Sep 17 00:00:00 2001 From: X O <xo@wvvw.me> Date: Wed, 2 Dec 2015 11:34:50 +1030 Subject: [PATCH] updated devDeps --- .build/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.build/package.json b/.build/package.json index 25727a13e..502f69958 100644 --- a/.build/package.json +++ b/.build/package.json @@ -17,14 +17,14 @@ "devDependencies": { "chai": "^3.4.1", "grunt": "^0.4.5", - "grunt-bower-concat": "^0.5.0", + "grunt-bower-concat": "^0.6.0", "grunt-bower-task": "^0.4.0", "grunt-cli": "^0.1.13", "grunt-contrib-clean": "^0.7.0", "grunt-contrib-cssmin": "^0.14.0", "grunt-contrib-jshint": "^0.11.3", "grunt-contrib-sass": "^0.9.2", - "grunt-contrib-uglify": "^0.9.2", + "grunt-contrib-uglify": "^0.11.0", "grunt-mocha": "^0.4.15", "grunt-sass": "^1.1.0", "load-grunt-tasks": "^3.3.0", -- GitLab