Skip to content

Commit 698551e

Browse files
committed
Upload file: sort-package-json-keithamus.html
1 parent 961dd0c commit 698551e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

projects/sort-package-json-keithamus.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
<ol class="breadcrumb mb-0">
235235
<li class="breadcrumb-item"><a href="https://codehimblog.github.io/">Home</a></li>
236236
<li class="breadcrumb-item"><a href="https://codehimblog.github.io/projects/">Projects</a></li>
237-
<li class="breadcrumb-item active" aria-current="page">sort-package-json</li>
237+
<li class="breadcrumb-item active" aria-current="page">Sort Package JSON</li>
238238
</ol>
239239
</nav>
240240
</div>
@@ -260,7 +260,7 @@
260260
{
261261
"@type": "ListItem",
262262
"position": 3,
263-
"name": "sort-package-json",
263+
"name": "Sort Package JSON",
264264
"item": "https://codehimblog.github.io/projects/{{packageSlug}}"
265265
}
266266
]
@@ -276,7 +276,7 @@
276276
<!-- Main Details -->
277277
<main class="col-md-8 site-main">
278278
<!-- Project Name & Description -->
279-
<h1 id="packageName">sort-package-json</h1>
279+
<h1 id="packageName">Sort Package JSON</h1>
280280
<p id="packageDescription" class="text-muted">Sort an Object or package.json based on the well-known package.json keys</p>
281281

282282
<!-- Statistics -->

0 commit comments

Comments
 (0)