Mention that bundled packages don't need a header

This commit is contained in:
Andy Hanson
2016-11-09 08:42:00 -08:00
parent 3abf7a7bd4
commit 657ee7a10e

View File

@@ -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