update base structure

This commit is contained in:
2016-06-12 16:46:59 +02:00
parent c4958baf52
commit 53a5a3a805
33 changed files with 138 additions and 84 deletions

5
dist/smartgit.plugins.d.ts vendored Normal file
View File

@@ -0,0 +1,5 @@
import "typings-global";
export declare let path: any;
export declare let beautylog: any;
export declare let nodegit: any;
export declare let Q: any;