fwebc.js

Toy framework for learning web components
git clone git://git.finwo.net/lib/fwebc.js
Log | Files | Refs | README

commit 2bdeec835cfb2532ce6e7e31500df1cab2605718
parent 6fe21559e0c97f84d41589e74bfa4ed878128ce7
Author: finwo <finwo@pm.me>
Date:   Wed, 28 Oct 2020 17:38:26 +0100

Added keywords

Diffstat:
Mpackage.json | 11++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/package.json b/package.json @@ -16,5 +16,14 @@ "bugs": { "url": "https://github.com/finwo/fwebc/issues" }, - "homepage": "https://github.com/finwo/fwebc#readme" + "homepage": "https://github.com/finwo/fwebc#readme", + "funding": { + "url": "https://github.com/sponsors/finwo" + }, + "keywords": [ + "web component", + "web components", + "framework", + "loader" + ] }