Files
Julianum/node_modules/filelist/jakefile.js
Dinawo e5d6953e5e
All checks were successful
continuous-integration/drone/push Build is passing
chore: Update npm dependencies and package-lock.json
2024-07-06 17:01:34 +02:00

16 lines
238 B
JavaScript

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'
]);
});