This commit is contained in:
Nisheet Jain 2015-02-04 05:53:57 +00:00
Родитель f255a30404
Коммит 51b263407a
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -1,4 +1,4 @@
/// <reference path="typings/node.d.ts" />
/// <reference path="typings/node.d.ts" />
/// <reference path="typings/q.d.ts" />
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;