Skip to content

Commit

Permalink
Merge pull request #507 from mikehenrty/update-readme
Browse files Browse the repository at this point in the history
update readme to use outFile rather than deprecated out
  • Loading branch information
ivogabe authored May 23, 2017
2 parents b0305fe + 79b81d1 commit 348743c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ gulp.task('default', function () {
return gulp.src('src/**/*.ts')
.pipe(ts({
noImplicitAny: true,
out: 'output.js'
outFile: 'output.js'
}))
.pipe(gulp.dest('built/local'));
});
Expand Down

0 comments on commit 348743c

Please sign in to comment.