slim down the pack

This commit is contained in:
Yanick Champoux 2024-02-27 14:22:26 -05:00
parent c7281022df
commit fae566b200
3 changed files with 4 additions and 1 deletions

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.*