8 lines
78 B
JavaScript
8 lines
78 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
pkg: {
|
|
assets: ['bin/*.txt'],
|
|
},
|
|
};
|