Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #346 from microsoft/weswigham-patch-1
Browse files Browse the repository at this point in the history
Allow package.json files to specify imports/exports/type
  • Loading branch information
weswigham authored Oct 14, 2021
2 parents 274f0d0 + 95cb8bb commit a01c209
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/checks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ export async function checkPackageJson(
case "private":
case "dependencies":
case "license":
case "imports":
case "exports":
case "type":
// "private"/"typesVersions"/"types" checked above, "dependencies" / "license" checked by types-publisher,
break;
case "typesVersions":
Expand Down

0 comments on commit a01c209

Please # to comment.