Skip to content

Commit 209f6a4

Browse files
committed
feat: rename package to signify fork
1 parent 6a8760f commit 209f6a4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name": "decktape",
2+
"name": "kitctf-decktape",
33
"description": "High-quality PDF exporter for HTML presentation frameworks",
44
"author": "Antonin Stefanutti",
55
"version": "3.14.0",
6-
"homepage": "https://github.com/astefanutti/decktape",
6+
"homepage": "https://github.com/kitctf/kitctf-decktape",
77
"license": "MIT",
88
"main": "decktape.js",
99
"type": "module",
1010
"bin": {
11-
"decktape": "decktape.js"
11+
"kitctf-decktape": "decktape.js"
1212
},
1313
"scripts": {
1414
"start": "node decktape.js",
@@ -18,10 +18,10 @@
1818
},
1919
"repository": {
2020
"type": "git",
21-
"url": "git+https://github.com/astefanutti/decktape.git"
21+
"url": "git+https://github.com/kitctf/kitctf-decktape.git"
2222
},
2323
"bugs": {
24-
"url": "https://github.com/astefanutti/decktape/issues"
24+
"url": "https://github.com/kitctf/kitctf-decktape/issues"
2525
},
2626
"dependencies": {
2727
"chalk": "5.3.0",

0 commit comments

Comments
 (0)