From 51b263407a431154e26ff8115a9674ba2d9dc0d3 Mon Sep 17 00:00:00 2001 From: Nisheet Jain Date: Wed, 4 Feb 2015 05:53:57 +0000 Subject: [PATCH] Updated gulpmain.ts --- src/gulpmain.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/gulpmain.ts b/src/gulpmain.ts index 63a6f267..7938f200 100644 --- a/src/gulpmain.ts +++ b/src/gulpmain.ts @@ -1,4 +1,4 @@ -/// +/// /// var fs = require("fs"); @@ -65,7 +65,5 @@ gulp.task("generate-dts", function (cb: Function): void { cb(); }); -/* Task to generate NPM package */ - /* Task to run tests */ module.exports = gulp;