diff options
Diffstat (limited to 'deps/npm/docs/output/commands/npm-pkg.html')
-rw-r--r-- | deps/npm/docs/output/commands/npm-pkg.html | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/deps/npm/docs/output/commands/npm-pkg.html b/deps/npm/docs/output/commands/npm-pkg.html index 1ec7b0922e..4c34d4556e 100644 --- a/deps/npm/docs/output/commands/npm-pkg.html +++ b/deps/npm/docs/output/commands/npm-pkg.html @@ -146,10 +146,16 @@ npm command-line interface </section> <div id="_content"><h3 id="synopsis">Synopsis</h3> -<pre lang="bash"><code>npm pkg get [<field> [.<subfield> ...]] -npm pkg set <field>=<value> [.<subfield>=<value> ...] -npm pkg delete <field> [.<subfield> ...] +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<pre lang="bash"><code>npm pkg set <key>=<value> [<key>=<value> ...] +npm pkg get [<key> [<key> ...]] +npm pkg delete <key> [<key> ...] </code></pre> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> +<!-- raw HTML omitted --> <h3 id="description">Description</h3> <p>A command that automates the management of <code>package.json</code> files. <code>npm pkg</code> provide 3 different sub commands that allow you to modify or retrieve |