From 657ee7a10e3c3d0778266d7ea2f77d73d2b466de Mon Sep 17 00:00:00 2001 From: Andy Hanson Date: Wed, 9 Nov 2016 08:42:00 -0800 Subject: [PATCH] Mention that bundled packages don't need a header --- README.md | 1 + 1 file changed, 1 insertion(+) 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