From 7875569f814a85277d07d45749fed3b10b21bdc5 Mon Sep 17 00:00:00 2001 From: mde Date: Wed, 13 Nov 2019 12:43:23 -0800 Subject: [PATCH] Change Jakefile to jakefile.js in package task --- jakefile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jakefile.js b/jakefile.js index 6c8f9bf1..131d7148 100644 --- a/jakefile.js +++ b/jakefile.js @@ -56,7 +56,7 @@ task('test', ['lint'], function () { publishTask('ejs', ['build'], function () { this.packageFiles.include([ - 'Jakefile', + 'jakefile.js', 'README.md', 'LICENSE', 'package.json',