Skip to content

Conversation

@friederbluemle
Copy link
Contributor

Use the files array in package.json to explicitly include files to be distributed.
This leads to a small size reduction of the archive (by excluding unnecessary files like .eslintrc, .flowconfig etc), as well as removes any possibility of accidentally including build output.

Also set type declarations to the already existing file index.d.ts:

"types": "index.d.ts"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant