Skip to content

Commit

Permalink
types(Constants): remove deleted properties from Package (#6908)
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidx committed Oct 29, 2021
1 parent 5d987ee commit 7be9170
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions typings/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2429,7 +2429,6 @@ export const Constants: {
name: string;
version: string;
description: string;
author: string;
license: string;
main: string;
types: string;
Expand All @@ -2440,7 +2439,6 @@ export const Constants: {
scripts: Record<string, string>;
engines: Record<string, string>;
dependencies: Record<string, string>;
peerDependencies: Record<string, string>;
devDependencies: Record<string, string>;
[key: string]: unknown;
};
Expand Down

0 comments on commit 7be9170

Please sign in to comment.