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

Commit

Permalink
Allow package.json files to specify imports/exports/type
Browse files Browse the repository at this point in the history
So we can start using them on DT.
  • Loading branch information
weswigham authored Oct 13, 2021
1 parent 274f0d0 commit 95cb8bb
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 95cb8bb

Please sign in to comment.