diff --git a/eslint-plugin/.npmignore b/eslint-plugin/.npmignore index 0164a20d..ca403e95 100644 --- a/eslint-plugin/.npmignore +++ b/eslint-plugin/.npmignore @@ -8,7 +8,10 @@ !/lib/** !/lib-*/** !/dist/** +!CHANGELOG.md +!CHANGELOG.json !ThirdPartyNotice.txt +!heft-plugin.json # Ignore certain patterns that should not get published. /dist/*.stats.* @@ -19,12 +22,10 @@ # NOTE: These don't need to be specified, because NPM includes them automatically. # # package.json -# README (and its variants) -# CHANGELOG (and its variants) -# LICENSE / LICENCE +# README.md +# LICENSE -#-------------------------------------------- -# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE -#-------------------------------------------- +# --------------------------------------------------------------------------- +# DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. +# --------------------------------------------------------------------------- -# (Add your project-specific overrides here) diff --git a/tsdoc-config/.npmignore b/tsdoc-config/.npmignore index 0164a20d..ca403e95 100644 --- a/tsdoc-config/.npmignore +++ b/tsdoc-config/.npmignore @@ -8,7 +8,10 @@ !/lib/** !/lib-*/** !/dist/** +!CHANGELOG.md +!CHANGELOG.json !ThirdPartyNotice.txt +!heft-plugin.json # Ignore certain patterns that should not get published. /dist/*.stats.* @@ -19,12 +22,10 @@ # NOTE: These don't need to be specified, because NPM includes them automatically. # # package.json -# README (and its variants) -# CHANGELOG (and its variants) -# LICENSE / LICENCE +# README.md +# LICENSE -#-------------------------------------------- -# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE -#-------------------------------------------- +# --------------------------------------------------------------------------- +# DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. +# --------------------------------------------------------------------------- -# (Add your project-specific overrides here) diff --git a/tsdoc/.npmignore b/tsdoc/.npmignore index 7fd15895..e8f90304 100644 --- a/tsdoc/.npmignore +++ b/tsdoc/.npmignore @@ -8,7 +8,10 @@ !/lib/** !/lib-*/** !/dist/** +!CHANGELOG.md +!CHANGELOG.json !ThirdPartyNotice.txt +!heft-plugin.json # Ignore certain patterns that should not get published. /dist/*.stats.* @@ -19,14 +22,12 @@ # NOTE: These don't need to be specified, because NPM includes them automatically. # # package.json -# README (and its variants) -# CHANGELOG (and its variants) -# LICENSE / LICENCE +# README.md +# LICENSE -#-------------------------------------------- -# DO NOT MODIFY THE TEMPLATE ABOVE THIS LINE -#-------------------------------------------- +# --------------------------------------------------------------------------- +# DO NOT MODIFY ABOVE THIS LINE! Add any project-specific overrides below. +# --------------------------------------------------------------------------- -# (Add your project-specific overrides here) !/schemas/**