From 273d212568c3867c0e1f8cf6f9dc8de6767068aa Mon Sep 17 00:00:00 2001 From: Djkato Date: Sat, 18 Feb 2023 19:09:25 +0100 Subject: [PATCH] add src code link --- index.html | 1 + package.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 676fd22..d4b1efd 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,7 @@ + Source code diff --git a/package.json b/package.json index 0cbcb34..4797710 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "performance-bug-unmuted-window", - "version": "1.0.0", + "version": "1.0.1", "description": "", "scripts": { "serve": "tiny-server" }, - "author": "", + "author": "Djkáťo", "license": "ISC", "dependencies": { "tiny-server": "^1.1.1"