From 2c684af29f61555fce48e67993a865e4ba091698 Mon Sep 17 00:00:00 2001 From: Sascha Schulz <sschulz@dh-software.de> Date: Mo, 18 Mär 2024 16:20:00 +0100 Subject: [PATCH] add examples for event handling in web components --- package.json | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/package.json b/package.json index af4966c..1fbcc0a 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "Web Development Examples", "main": "index.js", "scripts": { + "preinstall": "git config --local core.hooksPath hooks", "serve": "http-server --port 8001" }, "keywords": [], @@ -14,6 +15,7 @@ }, "dependencies": { "copyfiles": "^2.4.1", - "express": "^4.18.2" + "express": "^4.18.2", + "node-fetch": "^3.3.1" } } -- Gitblit v1.9.3