mroderick / PubSubJS

Dependency free publish/subscribe for JavaScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add "files" field in package.json

VitalyAssurance opened this issue · comments

Please add files field similar to this:

"files": [
    "/src/**",
  ]

in order to reduce footprint for browser-based applications. tests and branding directories don't need to be packaged in a web application

@VitalyAssurance Would you like to offer a PR?