Skip to content

Commit

Permalink
feat: rename package to signify fork
Browse files Browse the repository at this point in the history
  • Loading branch information
intrigus-lgtm committed Nov 24, 2024
1 parent 6a8760f commit 2517302
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 2517302

Please sign in to comment.