Skip to content

Commit

Permalink
Avoid listing all bundledDependencies.
Browse files Browse the repository at this point in the history
bundledDependencies can now be a boolean, which is equivalent to listing
all dependencies.
  • Loading branch information
forty committed Feb 2, 2022
1 parent 3362fe6 commit d860f1d
Showing 1 changed file with 1 addition and 73 deletions.
74 changes: 1 addition & 73 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,79 +126,7 @@
"which": "^2.0.2",
"write-file-atomic": "^4.0.0"
},
"bundleDependencies": [
"@isaacs/string-locale-compare",
"@npmcli/arborist",
"@npmcli/ci-detect",
"@npmcli/config",
"@npmcli/map-workspaces",
"@npmcli/package-json",
"@npmcli/run-script",
"abbrev",
"ansicolors",
"ansistyles",
"archy",
"cacache",
"chalk",
"chownr",
"cli-columns",
"cli-table3",
"columnify",
"fastest-levenshtein",
"glob",
"graceful-fs",
"hosted-git-info",
"ini",
"init-package-json",
"is-cidr",
"json-parse-even-better-errors",
"libnpmaccess",
"libnpmdiff",
"libnpmexec",
"libnpmfund",
"libnpmhook",
"libnpmorg",
"libnpmpack",
"libnpmpublish",
"libnpmsearch",
"libnpmteam",
"libnpmversion",
"make-fetch-happen",
"minipass",
"minipass-pipeline",
"mkdirp",
"mkdirp-infer-owner",
"ms",
"node-gyp",
"nopt",
"npm-audit-report",
"npm-install-checks",
"npm-package-arg",
"npm-pick-manifest",
"npm-profile",
"npm-registry-fetch",
"npm-user-validate",
"npmlog",
"opener",
"pacote",
"parse-conflict-json",
"proc-log",
"qrcode-terminal",
"read",
"read-package-json",
"read-package-json-fast",
"readdir-scoped-modules",
"rimraf",
"semver",
"ssri",
"tar",
"text-table",
"tiny-relative-date",
"treeverse",
"validate-npm-package-name",
"which",
"write-file-atomic"
],
"bundleDependencies": true,
"devDependencies": {
"@npmcli/eslint-config": "^2.0.0",
"@npmcli/template-oss": "^2.4.3",
Expand Down

0 comments on commit d860f1d

Please sign in to comment.