Comparing version 0.1.2 to 0.1.3
@@ -41,3 +41,3 @@ 'use strict'; | ||
npm.load(npmconf, function (err, npm) { | ||
console.log(chalk.bgWhite(chalk.black('nh')) + ' about to install %s', pkg.join(' ')); | ||
console.log(chalk.bgWhite(chalk.black('nh')) + ' about to install %s', pkg.join(', ')); | ||
npm.commands.install(pkg, function (err) { | ||
@@ -63,3 +63,3 @@ if (err) throw err; | ||
npm.load(npmconf, function (err, npm) { | ||
console.log(chalk.bgWhite(chalk.black('nh')) + ' about to install and save %s', pkg.join(' ')); | ||
console.log(chalk.bgWhite(chalk.black('nh')) + ' about to install and save %s', pkg.join(', ')); | ||
npm.commands.install(pkg, function (err) { | ||
@@ -85,3 +85,3 @@ if (err) throw err; | ||
npm.load(npmconf, function (err, npm) { | ||
console.log(chalk.bgWhite(chalk.black('nh')) + ' about to install and save %s to dev dependencies', pkg.join(' ')); | ||
console.log(chalk.bgWhite(chalk.black('nh')) + ' about to install and save %s to dev dependencies', pkg.join(', ')); | ||
npm.commands.install(pkg, function (err) { | ||
@@ -88,0 +88,0 @@ if (err) throw err; |
{ | ||
"name": "nh", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "npm helpers", | ||
@@ -5,0 +5,0 @@ "author": "Jona Hugger <jona@kyr.li> (http://kyr.li)", |
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
4143