From b822e13d946f2d9fd21712a88a81a331e9eb34a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Kr=C3=B6ner?= Date: Tue, 27 Jun 2023 17:09:57 +0200 Subject: [PATCH] update package description --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5043152..5577b63 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@sirpepe/html-import", "version": "2.1.0", - "description": "Custom element that works like include() in PHP or #include in C, but for HTML", + "description": "Custom element to import (parts of) HTML documents into other documents", "main": "dist/min/html-import.min.js", "module": "dist/esm/html-import.js", "browser": "dist/min/html-import.min.js",