We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31fd96e commit ade5c0eCopy full SHA for ade5c0e
1 file changed
website/src/components/HomepageTools/index.tsx
@@ -60,12 +60,12 @@ const npmModules = [
60
descriptiveName: 'The xPack Mock Console'
61
},
62
{
63
- gitHubBaseUrl: 'xpack/xpm-liquid-ts',
64
- webBaseUrl: 'xpm-liquid-ts',
+ gitHubBaseUrl: 'xpack/xpm-lib-ts',
+ webBaseUrl: 'xpm-lib-ts',
65
npmScope: 'xpack',
66
- npmName: 'xpm-liquid',
67
- permalinkName: '@xpack/xpm-liquid',
68
- descriptiveName: 'The xPack Liquid Substitutions'
+ npmName: 'xpm-lib',
+ permalinkName: '@xpack/xpm-lib',
+ descriptiveName: 'The xpm core library'
69
70
71
gitHubBaseUrl: 'xpack/update-checker-ts',
0 commit comments