MCPcopy Create free account
hub / github.com/npm/cli / npmMessage

Function npmMessage

scripts/create-node-pr.js:162–162  ·  view source on GitHub ↗
(v = npmVersion)

Source from the content-addressed store, hash-verified

160 const npmBranch = `npm-${npmTag}-${branch}`
161 const npmRemoteUrl = tokenRemoteUrl({ host: npmHost, token: GITHUB_TOKEN })
162 const npmMessage = (v = npmVersion) => `deps: upgrade npm to ${v}`
163
164 const tarball = await createNodeTarball({
165 mani,

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected