aboutsummaryrefslogtreecommitdiff
path: root/node_modules/filelist/jakefile.js
blob: 18d4d7df09a3cdf3d4c428331369a1f274025053 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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'
  ]);
});