treeverse@1.0.4 · npm/cli@0233818 (original) (raw)

Original file line number Diff line number Diff line change
@@ -104,6 +104,7 @@
104 104 "tar": "^6.0.5",
105 105 "text-table": "~0.2.0",
106 106 "tiny-relative-date": "^1.3.0",
107 +"treeverse": "^1.0.4",
107 108 "uuid": "^8.3.1",
108 109 "validate-npm-package-name": "~3.0.0",
109 110 "which": "^2.0.2",
@@ -171,6 +172,7 @@
171 172 "tar",
172 173 "text-table",
173 174 "tiny-relative-date",
175 +"treeverse",
174 176 "uuid",
175 177 "validate-npm-package-name",
176 178 "which",
@@ -205,7 +207,6 @@
205 207 "lint": "npm run eslint -- test/lib test/bin \"lib/**/*.js\"",
206 208 "lintfix": "npm run lint -- --fix",
207 209 "prelint": "rimraf test/npm_cache*",
208 -"postinstall": "node ./scripts/bundle-and-gitignore-deps.js",
209 210 "resetdeps": "bash scripts/resetdeps.sh"
210 211 },
211 212 "//": [