danvk / source-map-explorer

Analyze and debug space usage through source maps
Apache License 2.0
3.83k stars 101 forks source link

Include only necessary files in npm package #87

Closed nikolay-borzov closed 5 years ago

nikolay-borzov commented 5 years ago

At the moment npm package includes folders testdata and examples, files screenshot.png, test.js, test-helpers.js and .eslintrc.js. These files/fodlers are unnecessary for the app work therefore we should exclude them. We can use files property in package.json or .npmignore file.