From 86424be97610a21edc21803699eac3679a6c0037 Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Wed, 18 Jan 2017 16:34:21 +0900
Subject: [PATCH] [Fuxk] Type definition

---
 src/config.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/config.ts b/src/config.ts
index 040bddf822..c33c646bb4 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -4,7 +4,7 @@
 
 import * as fs from 'fs';
 import * as yaml from 'js-yaml';
-import * as isUrl from 'is-url';
+import isUrl = require('is-url');
 
 /**
  * Path of configuration directory