Skip to content

Commit d9c90b0

Browse files
committed
Upload file: sort-package-json-keithamus.html
1 parent d295a33 commit d9c90b0

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

projects/sort-package-json-keithamus.html

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -332,21 +332,13 @@ <h1 id="packageName">Sort Package JSON</h1>
332332
<i class="bi bi-file-earmark-text"></i> Readme
333333
</button>
334334
</li>
335-
<li class="nav-item" role="presentation">
336-
<button class="nav-link" id="dependencies-tab" data-bs-toggle="tab" data-bs-target="#dependencies" type="button" role="tab" aria-controls="dependencies" aria-selected="false">
337-
<i class="bi bi-diagram-2-fill me-2"></i> Dependencies
338-
</button>
339-
</li>
335+
340336
<li class="nav-item" role="presentation">
341337
<button class="nav-link" id="changelog-tab" data-bs-toggle="tab" data-bs-target="#changelog" type="button" role="tab" aria-controls="changelog" aria-selected="false">
342338
<i class="bi bi-journal-text me-2"></i> Changelog
343339
</button>
344340
</li>
345-
<li class="nav-item" role="presentation">
346-
<button class="nav-link" id="contributors-tab" data-bs-toggle="tab" data-bs-target="#contributors" type="button" role="tab" aria-controls="contributors" aria-selected="false">
347-
<i class="bi bi-people me-2"></i> Contributors
348-
</button>
349-
</li>
341+
350342
</ul>
351343

352344
<div class="tab-content mt-3" id="infoTabsContent">
@@ -699,19 +691,14 @@ <h3 id="whatistheorderthispackagedefaultsto">What is the order this package defa
699691
<h3 id="whatwhywouldyouwanttodothis">What?! Why would you want to do this?!</h3>
700692
<p>Well, it's nice to have the keys of a package.json in a well sorted order. Almost everyone would agree having "name" at the top of a package.json is sensible (rather than sorted alphabetically or somewhere silly like the bottom), so why not the rest of the package.json?</p>
701693
</div>
702-
<div class="tab-pane fade" id="dependencies" role="tabpanel" aria-labelledby="dependencies-tab">
703-
<h5>Dependencies</h5>
704694

705-
</div>
706695
<div class="tab-pane fade" id="changelog" role="tabpanel" aria-labelledby="changelog-tab">
707696
<h5>Changelog</h5>
708697
<ul id="changelogList">
709698
<p>No changelog available.</p>
710699
</ul>
711700
</div>
712-
<div class="tab-pane fade" id="contributors" role="tabpanel" aria-labelledby="contributors-tab">
713701

714-
</div>
715702
</div>
716703
</article>
717704
</main>

0 commit comments

Comments
 (0)