Skip to content

Commit

Permalink
Fix publish path.
Browse files Browse the repository at this point in the history
  • Loading branch information
westy92 committed May 14, 2021
1 parent 1b394a0 commit 26e59d8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "html-pdf-chrome",
"version": "0.7.0",
"version": "0.7.1",
"description": "HTML to PDF converter via Chrome/Chromium",
"main": "dist/src/index.js",
"main": "dist/index.js",
"scripts": {
"all": "npm run clean && npm run build && npm run lint && npm run test",
"build": "tsc",
Expand Down Expand Up @@ -35,14 +35,14 @@
"nodejs"
],
"license": "MIT",
"typings": "dist/src/index.d.ts",
"typings": "dist/index.d.ts",
"engines": {
"node": ">= 12"
},
"dependencies": {
"chrome-launcher": "^0.13.4",
"chrome-remote-interface": "^0.30.0",
"devtools-protocol": "0.0.880455"
"devtools-protocol": "0.0.882324"
},
"devDependencies": {
"@types/chai": "^4.0.1",
Expand Down

0 comments on commit 26e59d8

Please sign in to comment.