Skip to content

Commit 3238aa7

Browse files
committedMay 22, 2023
deps: remove read-package-json
npm itself doesn't use it anymore in favor of @npmcli/package-json#prepare
1 parent 636e29e commit 3238aa7

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed
 

‎DEPENDENCIES.md

-2
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ graph LR;
134134
npm-->parse-conflict-json;
135135
npm-->proc-log;
136136
npm-->read-package-json-fast;
137-
npm-->read-package-json;
138137
npm-->read;
139138
npm-->semver;
140139
npm-->ssri;
@@ -569,7 +568,6 @@ graph LR;
569568
npm-->proc-log;
570569
npm-->qrcode-terminal;
571570
npm-->read-package-json-fast;
572-
npm-->read-package-json;
573571
npm-->read;
574572
npm-->remark-gfm;
575573
npm-->remark-github;

‎package-lock.json

-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363
"proc-log",
6464
"qrcode-terminal",
6565
"read",
66-
"read-package-json",
6766
"read-package-json-fast",
6867
"semver",
6968
"sigstore",
@@ -140,7 +139,6 @@
140139
"proc-log": "^3.0.0",
141140
"qrcode-terminal": "^0.12.0",
142141
"read": "^2.1.0",
143-
"read-package-json": "^6.0.3",
144142
"read-package-json-fast": "^3.0.2",
145143
"semver": "^7.5.1",
146144
"sigstore": "^1.5.0",

‎package.json

-2
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@
108108
"proc-log": "^3.0.0",
109109
"qrcode-terminal": "^0.12.0",
110110
"read": "^2.1.0",
111-
"read-package-json": "^6.0.3",
112111
"read-package-json-fast": "^3.0.2",
113112
"semver": "^7.5.1",
114113
"sigstore": "^1.5.0",
@@ -177,7 +176,6 @@
177176
"proc-log",
178177
"qrcode-terminal",
179178
"read",
180-
"read-package-json",
181179
"read-package-json-fast",
182180
"semver",
183181
"sigstore",

0 commit comments

Comments
 (0)
Please sign in to comment.