Run npm install (#43)
All checks were successful
Lint / pre-commit Linting (push) Successful in 1m18s
All checks were successful
Lint / pre-commit Linting (push) Successful in 1m18s
Reviewed-on: #43
This commit was merged in pull request #43.
This commit is contained in:
13
node_modules/prebuild-install/log.js
generated
vendored
13
node_modules/prebuild-install/log.js
generated
vendored
@@ -1,13 +0,0 @@
|
||||
var log = require('npmlog')
|
||||
|
||||
module.exports = function (rc, env) {
|
||||
log.heading = 'prebuild-install'
|
||||
|
||||
if (rc.verbose) {
|
||||
log.level = 'verbose'
|
||||
} else {
|
||||
log.level = env.npm_config_loglevel || 'notice'
|
||||
}
|
||||
|
||||
return log
|
||||
}
|
||||
Reference in New Issue
Block a user