Skip to content

Commit

Permalink
change readme name in package
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Gałka committed Oct 28, 2017
1 parent c488a63 commit 288f2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ gulp.task('copy:manifest', function () {
* 9. Copy README.md from / to /dist
*/
gulp.task('copy:readme', function () {
return gulp.src([path.join(rootFolder, 'README.MD')])
return gulp.src([path.join(rootFolder, 'README.md')])
.pipe(gulp.dest(distFolder));
});

Expand Down

0 comments on commit 288f2a9

Please sign in to comment.