Skip to content

Commit aafbf3a

Browse files
committed
fix package.json
1 parent b6b66f0 commit aafbf3a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22
"name": "@iamdual/html2pdf",
33
"version": "1.1.0",
44
"description": "HTML to PDF converter",
5-
"main": "./src/index.js",
65
"scripts": {
76
"test": "npx tsc && mocha ./dist/test",
87
"start": "npx tsc && node ./dist/src/rest-api",
98
"clean": "rm -rf ./dist"
109
},
1110
"bin": {
12-
"html2pdf": "./bin/index.js"
11+
"html2pdf": "./dist/bin/index.js"
1312
},
1413
"author": "Ekin Karadeniz <iamdual@icloud.com>",
1514
"homepage": "https://github.com/iamdual/html2pdf",

0 commit comments

Comments
 (0)