diff --git a/node/gulpfile.js b/node/gulpfile.js index 6ce30b6c1..afc3c63a7 100644 --- a/node/gulpfile.js +++ b/node/gulpfile.js @@ -65,7 +65,7 @@ gulp.task('copy:d.ts', ['clean'], function () { }); gulp.task('definitions', ['copy:d.ts', 'copy:manifest'], function () { - return dtsgen.generate({ + return dtsgen.default({ name: 'vsts-task-lib', baseDir: 'lib', files: [ 'task.ts', 'taskcommand.ts', 'toolrunner.ts' ], diff --git a/node/package.json b/node/package.json index 19e67ef64..f8e012064 100644 --- a/node/package.json +++ b/node/package.json @@ -33,7 +33,7 @@ }, "devDependencies": { "del": "^1.2.0", - "dts-generator": "1.5.0", + "dts-generator": "1.7.0", "gulp": "^3.9.0", "gulp-mocha": "2.0.0", "gulp-typescript": "^2.9.0",