diff --git a/README.md b/README.md index 8caef8c8e2..1794dea589 100644 --- a/README.md +++ b/README.md @@ -186,6 +186,7 @@ Make a PR doing the following: * Any other packages in DefinitelyTyped that referenced the deleted package should be updated to reference the bundled types. To do this, add a `package.json` with `"dependencies": { "foo": "x.y.z" }`. +When a package is bundled, it no longer needs the header comment – this is only used by DefinitelyTyped, not by the TypeScript compiler. ## FAQ