Update allowedPackageJsonDependencies instructions

This commit is contained in:
Andrew Branch 2020-09-24 09:53:15 -07:00 committed by GitHub
parent 4996e95a51
commit 0ae6bba4e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -295,7 +295,7 @@ For example:
}
```
When you add a `package.json` to dependents of `foo`, you will also need to open a PR to add `foo` [to dependenciesWhitelist.txt in types-publisher](https://github.com/Microsoft/types-publisher/blob/master/dependenciesWhitelist.txt).
When you add a `package.json` to dependents of `foo`, you will also need to open a PR to add `foo` [to allowedPackageJsonDependencies.txt in DefinitelyTyped-tools](https://github.com/microsoft/DefinitelyTyped-tools/blob/master/packages/definitions-parser/allowedPackageJsonDependencies.txt).
If a package was never on Definitely Typed, it does not need to be added to `notNeededPackages.json`.