Skip to content

Commit 26e59d8

Browse files
committed
Fix publish path.
1 parent 1b394a0 commit 26e59d8

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "html-pdf-chrome",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "HTML to PDF converter via Chrome/Chromium",
5-
"main": "dist/src/index.js",
5+
"main": "dist/index.js",
66
"scripts": {
77
"all": "npm run clean && npm run build && npm run lint && npm run test",
88
"build": "tsc",
@@ -35,14 +35,14 @@
3535
"nodejs"
3636
],
3737
"license": "MIT",
38-
"typings": "dist/src/index.d.ts",
38+
"typings": "dist/index.d.ts",
3939
"engines": {
4040
"node": ">= 12"
4141
},
4242
"dependencies": {
4343
"chrome-launcher": "^0.13.4",
4444
"chrome-remote-interface": "^0.30.0",
45-
"devtools-protocol": "0.0.880455"
45+
"devtools-protocol": "0.0.882324"
4646
},
4747
"devDependencies": {
4848
"@types/chai": "^4.0.1",

0 commit comments

Comments
 (0)