From 48b744eb14b4fe3d024f8b5330db1a56e95aacf4 Mon Sep 17 00:00:00 2001 From: Bartvds Date: Mon, 17 Mar 2014 18:59:08 +0100 Subject: [PATCH] cleaned package.json weird --- package.json | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index baf2a93..34f2e99 100644 --- a/package.json +++ b/package.json @@ -39,24 +39,21 @@ }, "dependencies": { "jsonpointer.js": "0.3.0", - "tv4": "^1.0.16", - "grunt-mocha-test": "^0.10.0", - "grunt-mocha": "^0.4.10", - "require": "^0.5.0" + "tv4": "~1.0.16" }, "devDependencies": { "grunt": "~0.4.2", "grunt-cli": "~0.1", - "chai": "^1.9.0", - "mocha": "^1.18.0", - "grunt-mocha": "^0.4.10", - "grunt-contrib-jshint": "^0.9.2", + "chai": "~1.9.0", + "mocha": "~1.18.0", + "grunt-mocha": "~0.4.10", + "grunt-contrib-jshint": "~0.9.2", "jshint-path-reporter": "~0.1", "grunt-continue": "0.0.1", - "grunt-mocha-test": "~0.7.0", - "mocha-unfunk-reporter": "^0.4.0", + "grunt-mocha-test": "~0.10.0", + "mocha-unfunk-reporter": "~0.4.0", "grunt-bump": "0.0.11", - "requirejs": "~2.1.9" + "requirejs": "~2.1.11" }, "peerDependencies": { "chai": ">= 1.6.1 < 2"