Merge branch 'ignore-tests'
This commit is contained in:
commit
8951a80638
@ -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
|
@ -4,3 +4,4 @@ dist
|
||||
coverage
|
||||
contrib/add_change
|
||||
.prettierignore
|
||||
.npmignore
|
||||
|
1
esm/.npmignore
Normal file
1
esm/.npmignore
Normal file
@ -0,0 +1 @@
|
||||
*.test.*
|
@ -13,7 +13,8 @@
|
||||
"Yanick Champoux"
|
||||
],
|
||||
"files": [
|
||||
"esm"
|
||||
"esm",
|
||||
"src"
|
||||
],
|
||||
"keywords": [
|
||||
"immutable",
|
||||
|
1
src/.npmignore
Normal file
1
src/.npmignore
Normal file
@ -0,0 +1 @@
|
||||
*.test.*
|
Loading…
Reference in New Issue
Block a user