@poi/cli-utils
Advanced tools
Comparing version 11.0.0-alpha.12 to 11.0.0-alpha.13
const chalk = require('chalk') | ||
const spawn = require('./spawn') | ||
const getNpmClient = require('./get-npm-client') | ||
const icon = require('./icon') | ||
@@ -13,5 +14,5 @@ module.exports = async ({ cwd, deps, saveDev }) => { | ||
banner: chalk.bold( | ||
`${chalk.cyan('===>')} Installing dependencies ${ | ||
`${icon.gear} Installing dependencies ${ | ||
deps ? deps.map(v => chalk.cyan(v)).join(', ') + ' ' : '' | ||
}with ${pm}...` | ||
}with ${pm}, this might take a while...` | ||
) | ||
@@ -18,0 +19,0 @@ }) |
{ | ||
"name": "@poi/cli-utils", | ||
"version": "11.0.0-alpha.12", | ||
"version": "11.0.0-alpha.13", | ||
"publishConfig": { | ||
@@ -15,3 +15,3 @@ "access": "public" | ||
}, | ||
"gitHead": "f147c22ef18e85d18f30455a6532758013a32334" | ||
"gitHead": "f74e548f44024aae5be10b4e80202e7523ad4a45" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2811
6
92