From 1c63450213e4e88583a701b07afafe6f42093c76 Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Wed, 3 Aug 2016 12:26:34 +0200 Subject: [PATCH] update version types --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index b188823..443f258 100644 --- a/package.json +++ b/package.json @@ -27,9 +27,9 @@ }, "homepage": "https://gitlab.com/pushrocks/cert#readme", "dependencies": { - "@types/minimatch": "^2.0.28", - "@types/q": "^0.0.27", - "@types/shelljs": "^0.3.27", + "@types/minimatch": "2.x.x", + "@types/q": "0.x.x", + "@types/shelljs": "0.x.x", "beautylog": "^5.0.18", "cflare": "0.0.9", "fs-extra": "^0.30.0",