Questionnaire-of-the-Facebo.../node_modules/filelist/Jakefile

15 lines
226 B
Text
Raw Normal View History

2021-03-11 01:43:28 +00:00
testTask('FileList', function () {
this.testFiles.include('test/*.js');
});
publishTask('FileList', function () {
this.packageFiles.include([
'Jakefile'
, 'README.md'
, 'package.json'
, 'index.js'
]);
});