We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec069b0 + 92a3ede commit 44898b0Copy full SHA for 44898b0
package.json
@@ -1,6 +1,6 @@
1
{
2
- "name": "webdevhome.github.io-vite",
3
- "version": "2.0.29",
+ "name": "webdevhome.github.io",
+ "version": "2.0.30",
4
"scripts": {
5
"dev": "vite",
6
"build": "tsc && vite build",
src/links.json
@@ -694,6 +694,12 @@
694
"icon": "angular",
695
"color": "#0F0F11"
696
},
697
+ {
698
+ "title": "Stencil",
699
+ "url": "https://stenciljs.com",
700
+ "icon": "stencil",
701
+ "color": "#5530FF"
702
+ },
703
704
"title": "Lit",
705
"url": "https://lit.dev",
0 commit comments