From 09ede3d33b1a43c399bc9549c634af634513a81d Mon Sep 17 00:00:00 2001 From: Oleg Date: Thu, 19 Dec 2013 08:32:40 +0400 Subject: [PATCH] Use the exact versions dependencies And remove unused "which" package Closes gh-1458 --- package.json | 32 +++++++++++++++++--------------- 1 file changed, 17 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index b3fa511ce..ce09760d5 100644 --- a/package.json +++ b/package.json @@ -29,22 +29,24 @@ ], "dependencies": {}, "devDependencies": { - "archiver": "~0.4.10", - "grunt": "~0.4.1", - "grunt-bowercopy": "~0.4.1", - "grunt-cli": "~0.1.11", - "grunt-compare-size": "~0.4.0", - "grunt-contrib-jshint": "~0.7.1", - "grunt-contrib-uglify": "~0.2.7", - "grunt-contrib-watch": "~0.5.3", - "grunt-git-authors": "~1.2.0", - "grunt-jscs-checker": "~0.2.3", - "grunt-jsonlint": "~1.0.1", + "archiver": "0.4.10", "gzip-js": "0.3.2", - "load-grunt-tasks": "~0.2.0", - "testswarm": "~1.1.0", - "requirejs": "~2.1.9", - "which": "~1.0.5" + "testswarm": "1.1.0", + "load-grunt-tasks": "0.2.0", + "requirejs": "2.1.9", + + "grunt": "0.4.2", + "grunt-cli": "0.1.11", + + "grunt-contrib-jshint": "0.7.2", + "grunt-contrib-uglify": "0.2.7", + "grunt-contrib-watch": "0.5.3", + + "grunt-bowercopy": "0.4.1", + "grunt-compare-size": "0.4.0", + "grunt-git-authors": "1.2.0", + "grunt-jscs-checker": "0.2.6", + "grunt-jsonlint": "1.0.4" }, "scripts": { "build": "npm install && grunt", -- 2.39.5