MCPcopy Create free account
hub / github.com/ember-cli/ember-cli / packageManagerOutputName

Method packageManagerOutputName

lib/tasks/npm-task.js:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 }
26
27 get packageManagerOutputName() {
28 return this.packageManager.name;
29 }
30
31 npm(args) {
32 logger.info('npm: %j', args);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected