Skip to content

Commit 348743c

Browse files
authored
Merge pull request #507 from mikehenrty/update-readme
update readme to use outFile rather than deprecated out
2 parents b0305fe + 79b81d1 commit 348743c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ gulp.task('default', function () {
7373
return gulp.src('src/**/*.ts')
7474
.pipe(ts({
7575
noImplicitAny: true,
76-
out: 'output.js'
76+
outFile: 'output.js'
7777
}))
7878
.pipe(gulp.dest('built/local'));
7979
});

0 commit comments

Comments
 (0)