Updated the Survey.
This commit is contained in:
parent
f59686eae0
commit
6d3ba1a714
1203 changed files with 140782 additions and 5 deletions
14
node_modules/filelist/Jakefile
generated
vendored
Normal file
14
node_modules/filelist/Jakefile
generated
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
testTask('FileList', function () {
|
||||
this.testFiles.include('test/*.js');
|
||||
});
|
||||
|
||||
publishTask('FileList', function () {
|
||||
this.packageFiles.include([
|
||||
'Jakefile'
|
||||
, 'README.md'
|
||||
, 'package.json'
|
||||
, 'index.js'
|
||||
]);
|
||||
});
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue