-
Notifications
You must be signed in to change notification settings - Fork 244
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Klemen Kastelic
committed
Sep 13, 2023
1 parent
0da1761
commit e153262
Showing
2 changed files
with
17 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "node-thermal-printer", | ||
"version": "4.2.1", | ||
"description": "Print on Epson, Tanca and Star thermal printers with NodeJS", | ||
"version": "4.3.0", | ||
"description": "Print on Epson, Star, Tranca and Drauma thermal printers with NodeJS", | ||
"main": "node-thermal-printer.js", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -12,7 +12,9 @@ | |
"thermal", | ||
"printer", | ||
"epson", | ||
"star" | ||
"star", | ||
"daruma", | ||
"tranca" | ||
], | ||
"author": "Klemen Kastelic <[email protected]> (http://kastelic.net/)", | ||
"license": "ISC", | ||
|