Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGar <gar+gh@danger.computer>2022-04-12 03:26:21 +0300
committerGitHub <noreply@github.com>2022-04-12 03:26:21 +0300
commite33aa0f94f87ae4f9d2a73781e84832ef61d1855 (patch)
tree6aaef43dbd6e9209e6a903388bd1ef953f7150a6 /workspaces
parent4d676e31a68f081b8553eff4e79db1f29acf47e1 (diff)
deps: remove stringify-package (#4714)
It was not being used
Diffstat (limited to 'workspaces')
-rw-r--r--workspaces/libnpmversion/package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/workspaces/libnpmversion/package.json b/workspaces/libnpmversion/package.json
index f39a84cbf..f75d73c3e 100644
--- a/workspaces/libnpmversion/package.json
+++ b/workspaces/libnpmversion/package.json
@@ -40,8 +40,7 @@
"@npmcli/run-script": "^3.0.0",
"json-parse-even-better-errors": "^2.3.1",
"proc-log": "^2.0.0",
- "semver": "^7.3.5",
- "stringify-package": "^1.0.1"
+ "semver": "^7.3.5"
},
"engines": {
"node": "^12.13.0 || ^14.15.0 || >=16.0.0"