improve typings and tests
This commit is contained in:
2
dist/smartgit.plugins.d.ts
vendored
2
dist/smartgit.plugins.d.ts
vendored
@@ -1,7 +1,7 @@
|
||||
import "typings-global";
|
||||
export import path = require("path");
|
||||
export import beautylog = require("beautylog");
|
||||
export declare let Q: any;
|
||||
export import Q = require("q");
|
||||
export declare let shelljs: any;
|
||||
export import smartfile = require("smartfile");
|
||||
export import smartpath = require("smartpath");
|
||||
|
||||
Reference in New Issue
Block a user