Merge branch 'ignore-tests'

This commit is contained in:
Yanick Champoux 2024-02-27 14:24:03 -05:00
commit 8951a80638
5 changed files with 12 additions and 1 deletions

View File

@ -0,0 +1,7 @@
---
"@yanick/updeep-remeda": patch
---
don't include the tests in the package
But do include the TypeScript source, for the lulz

View File

@ -4,3 +4,4 @@ dist
coverage
contrib/add_change
.prettierignore
.npmignore

1
esm/.npmignore Normal file
View File

@ -0,0 +1 @@
*.test.*

View File

@ -13,7 +13,8 @@
"Yanick Champoux"
],
"files": [
"esm"
"esm",
"src"
],
"keywords": [
"immutable",

1
src/.npmignore Normal file
View File

@ -0,0 +1 @@
*.test.*