Skip to content

Commit

Permalink
deps: remove read-package-json
Browse files Browse the repository at this point in the history
npm itself doesn't use it anymore in favor of @npmcli/package-json#prepare
  • Loading branch information
wraithgar committed May 22, 2023
1 parent 636e29e commit 3238aa7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ graph LR;
npm-->parse-conflict-json;
npm-->proc-log;
npm-->read-package-json-fast;
npm-->read-package-json;
npm-->read;
npm-->semver;
npm-->ssri;
Expand Down Expand Up @@ -569,7 +568,6 @@ graph LR;
npm-->proc-log;
npm-->qrcode-terminal;
npm-->read-package-json-fast;
npm-->read-package-json;
npm-->read;
npm-->remark-gfm;
npm-->remark-github;
Expand Down
2 changes: 0 additions & 2 deletions package-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@
"proc-log",
"qrcode-terminal",
"read",
"read-package-json",
"read-package-json-fast",
"semver",
"sigstore",
Expand Down Expand Up @@ -140,7 +139,6 @@
"proc-log": "^3.0.0",
"qrcode-terminal": "^0.12.0",
"read": "^2.1.0",
"read-package-json": "^6.0.3",
"read-package-json-fast": "^3.0.2",
"semver": "^7.5.1",
"sigstore": "^1.5.0",
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@
"proc-log": "^3.0.0",
"qrcode-terminal": "^0.12.0",
"read": "^2.1.0",
"read-package-json": "^6.0.3",
"read-package-json-fast": "^3.0.2",
"semver": "^7.5.1",
"sigstore": "^1.5.0",
Expand Down Expand Up @@ -177,7 +176,6 @@
"proc-log",
"qrcode-terminal",
"read",
"read-package-json",
"read-package-json-fast",
"semver",
"sigstore",
Expand Down

0 comments on commit 3238aa7

Please sign in to comment.