summaryrefslogtreecommitdiff
path: root/deps/npm/html/doc/files/package.json.html
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/html/doc/files/package.json.html')
-rw-r--r--deps/npm/html/doc/files/package.json.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/deps/npm/html/doc/files/package.json.html b/deps/npm/html/doc/files/package.json.html
index 5b7d54a342..70a1022c3c 100644
--- a/deps/npm/html/doc/files/package.json.html
+++ b/deps/npm/html/doc/files/package.json.html
@@ -94,7 +94,7 @@ array of license objects:</p>
<pre><code>// Not valid metadata
{ &quot;license&quot; :
{ &quot;type&quot; : &quot;ISC&quot;
- , &quot;url&quot; : &quot;http://opensource.org/licenses/ISC&quot;
+ , &quot;url&quot; : &quot;https://opensource.org/licenses/ISC&quot;
}
}
@@ -102,10 +102,10 @@ array of license objects:</p>
{ &quot;licenses&quot; :
[
{ &quot;type&quot;: &quot;MIT&quot;
- , &quot;url&quot;: &quot;http://www.opensource.org/licenses/mit-license.php&quot;
+ , &quot;url&quot;: &quot;https://www.opensource.org/licenses/mit-license.php&quot;
}
, { &quot;type&quot;: &quot;Apache-2.0&quot;
- , &quot;url&quot;: &quot;http://opensource.org/licenses/apache2.0.php&quot;
+ , &quot;url&quot;: &quot;https://opensource.org/licenses/apache2.0.php&quot;
}
]
}
@@ -586,5 +586,5 @@ ignored.</p>
<tr><td style="width:60px;height:10px;background:rgb(237,127,127)" colspan=6>&nbsp;</td><td colspan=10 style="width:10px;height:10px;background:rgb(237,127,127)">&nbsp;</td></tr>
<tr><td colspan=5 style="width:50px;height:10px;background:#fff">&nbsp;</td><td style="width:40px;height:10px;background:rgb(237,127,127)" colspan=4>&nbsp;</td><td style="width:90px;height:10px;background:#fff" colspan=9>&nbsp;</td></tr>
</table>
-<p id="footer">package.json &mdash; npm@4.1.2</p>
+<p id="footer">package.json &mdash; npm@4.2.0</p>