Skip to content

Commit

Permalink
Mention the removal of Component support
Browse files Browse the repository at this point in the history
  • Loading branch information
jgonggrijp committed Mar 29, 2020
1 parent 361a352 commit d18f67f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions index.html
Expand Up @@ -475,9 +475,6 @@ <h2>Installation</h2>
<li>
<b>Bower</b> <tt>bower install underscore</tt>
</li>
<li>
<b>Component</b> <tt>component install jashkenas/underscore</tt>
</li>
<li>
<b>ExtendScript</b> <tt>#include "underscore.js"</tt>
</li>
Expand Down Expand Up @@ -2487,6 +2484,10 @@ <h2 id="changelog">Change Log</h2>
Adds support for several environments including: WebWorkers,
browserify and ES6 imports.
</li>
<li>
Removes the <tt>component.json</tt> as the Component package
management system is discontinued.
</li>
<li>
The placeholder used for partial is now configurable by setting
<code>_.partial.placeholder</code>.
Expand Down

0 comments on commit d18f67f

Please sign in to comment.