Skip to content

Commit 6ff7010

Browse files
third party plugin
1 parent e9fe804 commit 6ff7010

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ export class AppProfile {
6565
<td><a href="https://www.npmjs.com/package/stenciljs-components" target="_blank">Visit</a></td>
6666
<td>2.0.6</td>
6767
</tr>
68+
<tr>
69+
<td>stencil-github-app</td>
70+
<td><a href="https://www.npmjs.com/package/stencil-github-app" target="_blank">Visit</a></td>
71+
<td>1.0.1</td>
72+
</tr>
6873
<tr>
6974
<td>FLUID Library</td>
7075
<td><a href="https://www.npmjs.com/package/fluid-library" target="_blank">Visit</a></td>
@@ -282,6 +287,7 @@ export class AppProfile {
282287
<td>Angular 9</td>
283288
</tr>
284289
</table>
290+
<github-repo-card owner="angular" repo="angular"></github-repo-card>
285291
<freelancer-score
286292
bgColor="#7FDBFF"
287293
type="card"

src/index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
<script type="module" src="https://sanjeetkumaritoutlook.github.io/stenciljs-components/build/stenciljs-components.esm.js"></script>
1616
<script nomodule src="https://sanjeetkumaritoutlook.github.io/stenciljs-components/build/stenciljs-components.js"></script>
1717
<!-- Add npm script to your web page -->
18+
<script type="module" src="https://sanjeetkumaritoutlook-user.github.io/stencil-github-app/build/stencil-github-app.esm.js"></script>
19+
<script nomodule src="https://sanjeetkumaritoutlook-user.github.io/stencil-github-app/build/stencil-github-app.js"></script>
20+
1821
<script
1922
type="module"
2023
src="https://unpkg.com/freelancer-web-app@0.0.11/dist/freelancerwebapp/freelancerwebapp.esm.js"

0 commit comments

Comments
 (0)