From 858eed4d841d165d8afdc0a070f27b42bd72d6fd Mon Sep 17 00:00:00 2001 From: Lars den Bakker Date: Sun, 15 Nov 2020 15:48:57 +0100 Subject: [PATCH] docs: Use @skatejs/element as base package --- docs/_data/baseLibraries.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_data/baseLibraries.js b/docs/_data/baseLibraries.js index 145a3d99..1b09acce 100644 --- a/docs/_data/baseLibraries.js +++ b/docs/_data/baseLibraries.js @@ -48,7 +48,7 @@ const baseLibraries = [ description: 'Generate/register a custom element from a preact component', }, { - package: 'skatejs', + package: '@skatejs/element', description: 'Skate is a library built on top of the W3C web component specs that enables you to write functional and performant web components with a very small footprint.', url: 'https://skatejs.netlify.com/',