Skip to content

Commit

Permalink
Use ES5 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Mar 3, 2019
1 parent 32d51a9 commit 4693f5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/grunt/task-readme.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ function getPluginVersion( pluginSource ) {

module.exports = ( grunt ) => {

grunt.registerTask( 'readmeMdToTxt', 'Build the readme', () => {
const options = grunt.options( {
grunt.registerTask( 'readmeMdToTxt', 'Convert a Markdown readme into WordPress readme', function() {
const options = this.options( {
src: 'readme.md',
dest: 'readme.txt',
pluginFile: null,
Expand Down

0 comments on commit 4693f5f

Please sign in to comment.