update sshKey detection

This commit is contained in:
2016-06-28 01:21:40 +02:00
parent 6331887373
commit f0cab00277
6 changed files with 24 additions and 8 deletions

View File

@ -1,8 +1,10 @@
import "typings-global"
export let path = require("path");
export let beautylog = require("beautylog");
export import path = require("path");
export import beautylog = require("beautylog");
export let nodegit = require("nodegit");
export let Q = require("q");
export import smartfile = require("smartfile");
export import smartstring = require("smartstring");