Is the "files" property necessary in package.json?
07:51 16 Jun 2016

It looks like the package will include all files (that are not ignored), even if the package.json has no "files" array.

Is that property necessary?

npm package.json