From 62892fa1b86703e7101eafb049aad1b181115747 Mon Sep 17 00:00:00 2001 From: PhilKunz Date: Wed, 3 Aug 2016 12:01:55 +0200 Subject: [PATCH] update types versions --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 207e4dc..7409f26 100644 --- a/package.json +++ b/package.json @@ -23,8 +23,8 @@ "typings-test": "^1.0.1" }, "dependencies": { - "@types/minimatch": "^2.0.28", - "@types/q": "^0.0.27", + "@types/minimatch": "2.x.x", + "@types/q": "0.x.x", "minimatch": "^3.0.2", "q": "^1.4.1" }