diff options
Diffstat (limited to 'deps/npm/html/doc/files/npm-json.html')
-rw-r--r-- | deps/npm/html/doc/files/npm-json.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/npm/html/doc/files/npm-json.html b/deps/npm/html/doc/files/npm-json.html index 11a741c235..bf65afd5e5 100644 --- a/deps/npm/html/doc/files/npm-json.html +++ b/deps/npm/html/doc/files/npm-json.html @@ -115,7 +115,7 @@ array of license objects:</p> { "license": "(MIT OR Apache-2.0)" } </code></pre><p>Finally, if you do not wish to grant others the right to use a private or unpublished package under any terms:</p> -<pre><code>{ "license": "UNLICENSED"} +<pre><code>{ "license": "UNLICENSED" } </code></pre><p>Consider also setting <code>"private": true</code> to prevent accidental publication.</p> <h2 id="people-fields-author-contributors">people fields: author, contributors</h2> <p>The "author" is one person. "contributors" is an array of people. A "person" @@ -586,5 +586,5 @@ ignored.</p> <tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6> </td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)"> </td></tr> <tr><td colspan=5 style="width:50px;height:10px;background:#fff"> </td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4> </td><td style="width:90px;height:10px;background:#fff" colspan=9> </td></tr> </table> -<p id="footer">package.json — npm@4.5.0</p> +<p id="footer">package.json — npm@5.0.0-beta.56</p> |