Skip to content

Commit d3427a2

Browse files
private registry package
1 parent 5c8eb7b commit d3427a2

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/components/app-profile-page/app-profile-page.tsx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ export class AppProfile {
7070
<td><a href="https://www.npmjs.com/package/fluid-library" target="_blank">Visit</a></td>
7171
<td>1.0.5</td>
7272
</tr>
73+
<tr>
74+
<td>@my-scope/hello-package (Private Registry)</td>
75+
<td><a href="https://github.com/sanjeetkumaritoutlook/npm-private" target="_blank">Visit</a></td>
76+
<td>1.1.2</td>
77+
</tr>
7378
</table>
7479
<p>External Certifications/NPM Profile:</p>
7580
<table>
@@ -210,8 +215,8 @@ export class AppProfile {
210215
<td>Angular 17</td>
211216
</tr>
212217
<tr>
213-
<td>angular-e2e-playwright</td>
214-
<td><a href="https://sanjeetkumaritoutlook.github.io/angular-e2e-playwright/" target="_blank">Visit</a></td>
218+
<td>angular-playwright-e2e</td>
219+
<td><a href="https://sanjeetkumaritoutlook.github.io/angular-playwright-e2e/" target="_blank">Visit</a></td>
215220
<td>Angular 17</td>
216221
</tr>
217222
<tr>

0 commit comments

Comments
 (0)