diff --git a/.gitignore b/.gitignore index 9b26ed0..8681b20 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules -lib \ No newline at end of file +lib +__tests__ \ No newline at end of file diff --git a/.npmignore b/.npmignore index e831038..99e62df 100644 --- a/.npmignore +++ b/.npmignore @@ -1 +1,2 @@ -src \ No newline at end of file +src +__tests__ \ No newline at end of file