Skip to content

Commit 2362203

Browse files
committed
Updated package
1 parent dd975d7 commit 2362203

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-pdf-node-ts",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"main": "lib/index.js",
55
"types": "lib",
66
"repository": {
@@ -11,7 +11,12 @@
1111
"build": "tsc -p .",
1212
"dev": "ts-node-dev --transpile-only --ignore-watch node_modules src/index.ts"
1313
},
14+
"author": "Guilherme Ferrari",
1415
"license": "MIT",
16+
"bugs": {
17+
"url": "https://github.com/GuiFerrari/html-pdf-node-ts/issues"
18+
},
19+
"homepage": "https://github.com/GuiFerrari/html-pdf-node-ts",
1520
"devDependencies": {
1621
"ts-node-dev": "^1.1.1",
1722
"typescript": "^4.1.3"

0 commit comments

Comments
 (0)