@@ -59,14 +59,6 @@ const npmModules = [
5959 permalinkName : '@xpack/mock-console' ,
6060 descriptiveName : 'The xPack Mock Console'
6161 } ,
62- {
63- gitHubBaseUrl : 'xpack/xpm-lib-ts' ,
64- webBaseUrl : 'xpm-lib-ts' ,
65- npmScope : 'xpack' ,
66- npmName : 'xpm-lib' ,
67- permalinkName : '@xpack/xpm-lib' ,
68- descriptiveName : 'The xpm core library'
69- } ,
7062 {
7163 gitHubBaseUrl : 'xpack/update-checker-ts' ,
7264 webBaseUrl : 'update-checker-ts' ,
@@ -75,6 +67,14 @@ const npmModules = [
7567 permalinkName : '@xpack/update-checker' ,
7668 descriptiveName : 'The xPack Update Checker'
7769 } ,
70+ {
71+ gitHubBaseUrl : 'xpack/xpm-lib-ts' ,
72+ webBaseUrl : 'xpm-lib-ts' ,
73+ npmScope : 'xpack' ,
74+ npmName : 'xpm-lib' ,
75+ permalinkName : '@xpack/xpm-lib' ,
76+ descriptiveName : 'The xpm core library'
77+ } ,
7878]
7979
8080
@@ -134,7 +134,7 @@ function ToolsRight() {
134134 < hr className = "hero__hr2 hero__hr2_margin" />
135135 < div className = "text--center padding-horiz--md padding-vert--md" >
136136 < Heading as = "h2" > Project Templates</ Heading >
137- < div > < b > < Link to = { 'https://github.com/xpack/hello-world-template-xpack/' } > < span className = "sub-web-github-link" > @xpack/hello-world-template</ span > </ Link > </ b > - < b > A Hello World template</ b > </ div >
137+ < div > < b > < Link to = { 'https://github.com/xpack/hello-world-template-xpack/' } > < span className = "sub-web-github-link" > @xpack/hello-world-template</ span > </ Link > </ b > - < b > A Hello World C/C++ template</ b > </ div >
138138 </ div >
139139 < hr className = "hero__hr2 hero__hr2_margin" />
140140 < div className = "text--center padding-horiz--md padding-vert--md" >
0 commit comments