forked from dachan/dach
1
0
Fork 0
dach/node_modules/filelist/jakefile.js

16 lines
238 B
JavaScript
Raw Normal View History

2023-10-22 22:39:45 +03:00
testTask('FileList', function () {
this.testFiles.include('test/*.js');
});
publishTask('FileList', function () {
this.packageFiles.include([
'jakefile.js',
'README.md',
'package.json',
'index.js',
'index.d.ts'
]);
});