We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd975d7 commit 2362203Copy full SHA for 2362203
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "html-pdf-node-ts",
3
- "version": "1.0.6",
+ "version": "1.0.7",
4
"main": "lib/index.js",
5
"types": "lib",
6
"repository": {
@@ -11,7 +11,12 @@
11
"build": "tsc -p .",
12
"dev": "ts-node-dev --transpile-only --ignore-watch node_modules src/index.ts"
13
},
14
+ "author": "Guilherme Ferrari",
15
"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",
20
"devDependencies": {
21
"ts-node-dev": "^1.1.1",
22
"typescript": "^4.1.3"
0 commit comments