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 b6b66f0 commit aafbf3aCopy full SHA for aafbf3a
package.json
@@ -2,14 +2,13 @@
2
"name": "@iamdual/html2pdf",
3
"version": "1.1.0",
4
"description": "HTML to PDF converter",
5
- "main": "./src/index.js",
6
"scripts": {
7
"test": "npx tsc && mocha ./dist/test",
8
"start": "npx tsc && node ./dist/src/rest-api",
9
"clean": "rm -rf ./dist"
10
},
11
"bin": {
12
- "html2pdf": "./bin/index.js"
+ "html2pdf": "./dist/bin/index.js"
13
14
"author": "Ekin Karadeniz <iamdual@icloud.com>",
15
"homepage": "https://github.com/iamdual/html2pdf",
0 commit comments