From 16be71162c87c83d12255faddf5f81dc527f6311 Mon Sep 17 00:00:00 2001 From: Douglas Wade Date: Sun, 28 Jan 2024 15:51:44 -0800 Subject: [PATCH] Add @tybalt/eleventy-plugin --- src/_data/plugins/eleventy-plugin-tybalt.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/_data/plugins/eleventy-plugin-tybalt.json diff --git a/src/_data/plugins/eleventy-plugin-tybalt.json b/src/_data/plugins/eleventy-plugin-tybalt.json new file mode 100644 index 0000000000..54880b6511 --- /dev/null +++ b/src/_data/plugins/eleventy-plugin-tybalt.json @@ -0,0 +1,4 @@ +{ + "npm": "@tybalt/eleventy-plugin", + "description": "Write your sites with web components using Tybalt" +}