Comparing version 0.3.0 to 0.3.1
@@ -10,3 +10,3 @@ 'use strict'; | ||
.command('ia') | ||
.description('install all packages specified') | ||
.description('install all packages specified in the package.json') | ||
.option('-s, --silent', 'do not output anything') | ||
@@ -13,0 +13,0 @@ .action(function (options) { |
{ | ||
"name": "nh", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "npm helpers", | ||
@@ -5,0 +5,0 @@ "author": "Jona Hugger <jona@kyr.li> (http://kyr.li)", |
# nh | ||
[![NPM](https://nodei.co/npm/nh.png)](https://nodei.co/npm/nh/) | ||
nh is a wrapper around the `npm` API, designed to make installing and updating packages a breeze. | ||
See the docs at http://nh.readthedocs.org |
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
6480
8