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-12-11 01:48:00 +0300
committerisaacs <i@izs.me>2020-12-11 22:38:28 +0300
commit0233818e606888b80881b17a2c6aca9f10a619b2 (patch)
treec136fc10a7dd278d33e49356b5079cd3f2620c81 /package.json
parent0553aff0c57514e18317dc7b46583f2fca7bc004 (diff)
treeverse@1.0.4
PR-URL: https://github.com/npm/cli/pull/2332 Credit: @ruyadorno Close: #2332 Reviewed-by: @isaacs
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index bcd789297..a065d64fc 100644
--- a/package.json
+++ b/package.json
@@ -104,6 +104,7 @@
"tar": "^6.0.5",
"text-table": "~0.2.0",
"tiny-relative-date": "^1.3.0",
+ "treeverse": "^1.0.4",
"uuid": "^8.3.1",
"validate-npm-package-name": "~3.0.0",
"which": "^2.0.2",
@@ -171,6 +172,7 @@
"tar",
"text-table",
"tiny-relative-date",
+ "treeverse",
"uuid",
"validate-npm-package-name",
"which",
@@ -205,7 +207,6 @@
"lint": "npm run eslint -- test/lib test/bin \"lib/**/*.js\"",
"lintfix": "npm run lint -- --fix",
"prelint": "rimraf test/npm_cache*",
- "postinstall": "node ./scripts/bundle-and-gitignore-deps.js",
"resetdeps": "bash scripts/resetdeps.sh"
},
"//": [