If the file doesn't export a files property, the version-everything command fails in an ugly way. This doesn't work: ``` module.exports = [ "testfile.php", "readme.txt" ]; ``` If the first line was `module.exports.files = [`, it would work.
If the file doesn't export a files property, the version-everything command fails in an ugly way.
This doesn't work:
If the first line was
module.exports.files = [, it would work.