From cd33d0717c96a517d0ef600e789c12e7ad33b260 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski?= Date: Tue, 14 Oct 2014 14:00:39 +0200 Subject: [PATCH] Use the tilde (~) consistently in package.json Closes #5407 --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 985c6d89e..cc5fba87f 100644 --- a/package.json +++ b/package.json @@ -3,11 +3,11 @@ "version": "0.8.0", "devDependencies": { "jsdoc": "3.3.0-alpha9", - "jshint": "2.4.x", - "wintersmith": "2.0.x", - "moment": "2.3.x", - "underscore": "1.4.x", - "typogr": "0.5.x", + "jshint": "~2.4.0", + "wintersmith": "~2.0.0", + "moment": "~2.3.0", + "underscore": "~1.4.0", + "typogr": "~0.5.0", "yargs": "~1.2.1" }, "scripts": {