2022-09-30 05:39:11 +00:00

15 lines
226 B
JavaScript

testTask('FileList', function () {
this.testFiles.include('test/*.js');
});
publishTask('FileList', function () {
this.packageFiles.include([
'Jakefile'
, 'README.md'
, 'package.json'
, 'index.js'
]);
});