update main module export
This commit is contained in:
10
ts/index.ts
10
ts/index.ts
@ -1,12 +1,4 @@
|
||||
/// <reference path="./typings/main.d.ts" />
|
||||
|
||||
import browserify = require("./gulpbrowser.browserify");
|
||||
export import browserify = require("./gulpbrowser.browserify");
|
||||
|
||||
|
||||
//create the return object
|
||||
var gulpBrowser:any = {
|
||||
browserify: browserify
|
||||
};
|
||||
|
||||
|
||||
export = gulpBrowser;
|
||||
|
Reference in New Issue
Block a user