kbrabrand / camelize-ts

A typescript typed camelCase function that recursively camel cases a snake cased object structure
22 stars 6 forks source link

Replace .npmignore with 'files' field #11

Closed jonkoops closed 2 years ago

jonkoops commented 2 years ago

Replaces the .npmignore configuration with the 'files' field. This prevents some files (such as the .github directory) from being added to the package by accident.