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:
authorRuy Adorno <ruyadorno@hotmail.com>2020-09-22 19:32:04 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2020-09-22 19:32:04 +0300
commitac0271d6654d7f1f1f9d7fe6511604b4ec497238 (patch)
tree118b05fe03ab046b24b66bf37cc7b0f5b130f3b7 /package.json
parentdb157b3ceb46327ca2089604d5f4fc9de391584e (diff)
chore: removed unused tar-stream dev-dep
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index d4ec3bd9d..3a124ab87 100644
--- a/package.json
+++ b/package.json
@@ -215,8 +215,7 @@
"require-inject": "^1.4.4",
"sprintf-js": "^1.1.2",
"tacks": "^1.3.0",
- "tap": "^14.10.8",
- "tar-stream": "^2.1.0"
+ "tap": "^14.10.8"
},
"scripts": {
"dumpconf": "env | grep npm | sort | uniq",