Skip to content

Commit 44898b0

Browse files
authored
Merge pull request #62 from webdevhome/add-stencil
Add link to Stencil, update package name
2 parents ec069b0 + 92a3ede commit 44898b0

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "webdevhome.github.io-vite",
3-
"version": "2.0.29",
2+
"name": "webdevhome.github.io",
3+
"version": "2.0.30",
44
"scripts": {
55
"dev": "vite",
66
"build": "tsc && vite build",

src/links.json

+6
Original file line numberDiff line numberDiff line change
@@ -694,6 +694,12 @@
694694
"icon": "angular",
695695
"color": "#0F0F11"
696696
},
697+
{
698+
"title": "Stencil",
699+
"url": "https://stenciljs.com",
700+
"icon": "stencil",
701+
"color": "#5530FF"
702+
},
697703
{
698704
"title": "Lit",
699705
"url": "https://lit.dev",

0 commit comments

Comments
 (0)