Skip to content

Commit

Permalink
fix(pkg): fix pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
sibelius committed Aug 29, 2023
1 parent 73e7f21 commit c4b92a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"binary": {
"module_name": "node_printer",
"module_path": "./lib/binding",
"host": "https://github.com/grandchef/node-printer/releases/download/",
"host": "https://github.com/woovi/node-printer/releases/download/",
"remote_path": "v{version}"
},
"contributors": [
Expand Down Expand Up @@ -58,7 +58,7 @@
"main": "./lib/printer",
"repository": {
"type": "git",
"url": "https://github.com/grandchef/node-printer.git"
"url": "https://github.com/woovi/node-printer.git"
},
"scripts": {
"apply-patches": "patch-package",
Expand Down

0 comments on commit c4b92a1

Please sign in to comment.