From 41988da3ed0b3ae87f318de710d5f192fae17676 Mon Sep 17 00:00:00 2001 From: LosslessBot Date: Tue, 12 Jul 2016 16:36:29 +0200 Subject: [PATCH] fix types --- dist/cert.hook.js | 0 package.json | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) mode change 100755 => 100644 dist/cert.hook.js diff --git a/dist/cert.hook.js b/dist/cert.hook.js old mode 100755 new mode 100644 diff --git a/package.json b/package.json index 548a123..5624dc8 100644 --- a/package.json +++ b/package.json @@ -27,9 +27,9 @@ }, "homepage": "https://gitlab.com/pushrocks/cert#readme", "dependencies": { - "@types/minimatch": "^2.0.26-alpha", - "@types/q": "0.0.25-alpha", - "@types/shelljs": "^0.3.25-alpha", + "@types/minimatch": "*", + "@types/q": "*", + "@types/shelljs": "*", "beautylog": "^5.0.13", "cflare": "0.0.9", "fs-extra": "^0.30.0",