| 6 | const formatPackageList = require('../utilities/format-package-list'); |
| 7 | |
| 8 | class NpmInstallTask extends NpmTask { |
| 9 | constructor(options) { |
| 10 | super(options); |
| 11 | this.command = 'install'; |
nothing calls this directly
no outgoing calls
no test coverage detected