upmostly / modali

A delightful modal dialog component for React, built from the ground up to support React Hooks.
213 stars 23 forks source link

Remove unwanted files from NPM package #14

Closed jcrowson closed 5 years ago

jcrowson commented 5 years ago

The NPM package contains a little bloat (oops). Adding the following to the .npmignore file should fix it:

#tests
test
coverage

#build tools
.travis.yml
.jenkins.yml
.codeclimate.yml

#linters
.jscsrc
.jshintrc
.eslintrc*

#editor settings
.idea
.editorconfig
jcrowson commented 5 years ago

Added to v1.2 branch.