Skip to content

Commit c675248

Browse files
chore: update repository URLs to windows-pdf-printer-native - v1.0.2
1 parent af3066b commit c675248

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Node PDF Printer
1+
# Windows PDF Printer Native
22

33
A **production-ready**, **cross-platform** Node.js library for printing PDF documents with **native Windows API integration** and **CUPS support**. Built with **Clean Architecture** principles for maintainability, extensibility, and testability.
44

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"name": "node-pdf-printer",
3-
"version": "1.0.1",
2+
"name": "windows-pdf-printer-native",
3+
"version": "1.0.2",
44
"description": "A Node.js library for printing PDF documents on Windows using native DLLs",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -47,8 +47,12 @@
4747
"license": "MIT",
4848
"repository": {
4949
"type": "git",
50-
"url": ""
50+
"url": "git+https://github.com/ClemersonAssuncao/windows-pdf-printer-native.git"
5151
},
52+
"bugs": {
53+
"url": "https://github.com/ClemersonAssuncao/windows-pdf-printer-native/issues"
54+
},
55+
"homepage": "https://github.com/ClemersonAssuncao/windows-pdf-printer-native#readme",
5256
"dependencies": {
5357
"koffi": "^2.9.0"
5458
},

0 commit comments

Comments
 (0)