Skip to content

Commit

Permalink
Change Jakefile to jakefile.js in package task
Browse files Browse the repository at this point in the history
  • Loading branch information
mde committed Nov 13, 2019
1 parent 2c20ec6 commit 7875569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jakefile.js
Expand Up @@ -56,7 +56,7 @@ task('test', ['lint'], function () {

publishTask('ejs', ['build'], function () {
this.packageFiles.include([
'Jakefile',
'jakefile.js',
'README.md',
'LICENSE',
'package.json',
Expand Down

0 comments on commit 7875569

Please sign in to comment.