matype / stylefmt

stylefmt is a tool that automatically formats stylesheets.
Other
2.1k stars 89 forks source link

Use .npmignore or files property in package.json to exclude test files #229

Closed paazmaya closed 7 years ago

paazmaya commented 7 years ago

package.json allows to define which files are included in the npm package via files property.

This is useful when for example test files are not wanted to be in the package, which I am assuming is the most common case.

Will do a PR to demonstrate it....