diff --git a/.changeset/pack-notice-file.md b/.changeset/pack-notice-file.md new file mode 100644 index 000000000..f84d3ca14 --- /dev/null +++ b/.changeset/pack-notice-file.md @@ -0,0 +1,6 @@ +--- +"@asyncapi/cli": patch +--- + +Pack the `NOTICE` file. npm always includes `README` and `LICENSE` from the package root regardless of +`files`, but `NOTICE` needs an explicit entry, so it had never reached the published tarball. diff --git a/package.json b/package.json index e757e7202..1058d3b7f 100644 --- a/package.json +++ b/package.json @@ -109,6 +109,7 @@ "/assets", "/scripts", "/npm-shrinkwrap.json", + "/NOTICE", "/openapi.yaml", "/oclif.manifest.json" ],