diff --git a/ts/index.ts b/ts/index.ts index 7c57824..e05f080 100644 --- a/ts/index.ts +++ b/ts/index.ts @@ -1,5 +1,3 @@ -import "typings-global" - import plugins = require("./smartgit.plugins"); import SmartgitCheck = require("./smartgit.check"); export {clone} from "./smartgit.clone"; diff --git a/ts/smartgit.add.ts b/ts/smartgit.add.ts index 77f6f82..f88d28b 100644 --- a/ts/smartgit.add.ts +++ b/ts/smartgit.add.ts @@ -1,4 +1,3 @@ -import "typings-global"; import * as plugins from "./smartgit.plugins"; export let pull = (optionsArg:{path:string,ref?:string}) => { diff --git a/ts/smartgit.check.ts b/ts/smartgit.check.ts index 31ae906..b407e1e 100644 --- a/ts/smartgit.check.ts +++ b/ts/smartgit.check.ts @@ -1,4 +1,3 @@ -import "typings-global" import plugins = require("./smartgit.plugins"); export = function(repoArg) { return true;