From 2517302539e71973e30857d6ff44dc72a4797a76 Mon Sep 17 00:00:00 2001 From: intrigus-lgtm <60750685+intrigus-lgtm@users.noreply.github.com> Date: Sun, 24 Nov 2024 23:03:46 +0000 Subject: [PATCH] feat: rename package to signify fork --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 83f6a71..147fb1b 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { - "name": "decktape", + "name": "kitctf-decktape", "description": "High-quality PDF exporter for HTML presentation frameworks", "author": "Antonin Stefanutti", "version": "3.14.0", - "homepage": "https://github.com/astefanutti/decktape", + "homepage": "https://github.com/kitctf/kitctf-decktape", "license": "MIT", "main": "decktape.js", "type": "module", @@ -18,10 +18,10 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/astefanutti/decktape.git" + "url": "git+https://github.com/kitctf/kitctf-decktape.git" }, "bugs": { - "url": "https://github.com/astefanutti/decktape/issues" + "url": "https://github.com/kitctf/kitctf-decktape/issues" }, "dependencies": { "chalk": "5.3.0",