Skip to content

Commit

Permalink
fix readme on npm
Browse files Browse the repository at this point in the history
  • Loading branch information
dimadeveatii committed Aug 9, 2018
1 parent f914504 commit 4cb456a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export class Gulpfile {
*/
@Task()
packageReadmeFile() {
return gulp.src('./readme.md')
return gulp.src('./README.md')
.pipe(replace(/```ts([\s\S]*?)```/g, '```javascript$1```'))
.pipe(gulp.dest('./build/package'));
}
Expand Down

0 comments on commit 4cb456a

Please sign in to comment.