cordis-lib / cordis

Modular, micro-service based Discord API wrapper written in TS.
https://cordis.js.org
Other
29 stars 1 forks source link

fix(*): npm deployment #31

Closed didinele closed 3 years ago

didinele commented 3 years ago

This PR replaces npmignores for files arrays in each package.json.

Closes #21

zaida04 commented 3 years ago

Couldn’t this also be solved by using the files array in each packages package.json? This way we will have a guarantee on what files are distributed.

didinele commented 3 years ago

Yeah, I should've probably gone off and taken that approach long ago, good call.