diff --git a/src/types/packagejson.ts b/src/types/packagejson.ts index 90bb054..994540e 100644 --- a/src/types/packagejson.ts +++ b/src/types/packagejson.ts @@ -232,15 +232,15 @@ export interface PackageJson { /** * The registry that will be used if the package is published. */ - registry: string; + registry?: string; /** * The tag that will be used if the package is published. */ - tag: string; + tag?: string; /** * The access level that will be used if the package is published. */ - access: "public" | "restricted"; + access?: "public" | "restricted"; /** * **pnpm-only** *