fergiemcdowall / stopword

A module for node.js and the browser that takes in text and strips it of stopwords
MIT License
231 stars 34 forks source link

Reduce npm-package size with `files` in package.json #311

Closed eklem closed 10 months ago

eklem commented 1 year ago
  "files": [
    "./dist",
    "./src",
    "./rollup.config.js"
  ],

Do it the next time something needs a change.

eklem commented 10 months ago

Done!