source: frontend/node_modules/filelist/jakefile.js

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 238 bytes
Line 
1testTask('FileList', function () {
2 this.testFiles.include('test/*.js');
3});
4
5publishTask('FileList', function () {
6 this.packageFiles.include([
7 'jakefile.js',
8 'README.md',
9 'package.json',
10 'index.js',
11 'index.d.ts'
12 ]);
13});
14
15
Note: See TracBrowser for help on using the repository browser.