-
-
Notifications
You must be signed in to change notification settings - Fork 423
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
Showing
3 changed files
with
9 additions
and
928 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,6 +1,6 @@ | ||
{ | ||
"name": "escpos", | ||
"version": "2.4.11", | ||
"version": "2.5.0", | ||
"description": "ESC/POS Printer driver for nodejs", | ||
"main": "index.js", | ||
"scripts": { | ||
|
@@ -14,13 +14,18 @@ | |
"escpos", | ||
"printer" | ||
], | ||
"author": "lsong", | ||
"author": { | ||
"name": "Lsong", | ||
"email": "[email protected]", | ||
"url": "https://lsong.org" | ||
}, | ||
"contributors": [ | ||
"Jose Vera <[email protected]>", | ||
"Sébastien Vidal <[email protected]>", | ||
"Yu Yongwoo <[email protected]>", | ||
"Attawit Kittikrairit <[email protected]>", | ||
"Risley Lima <[email protected]>" | ||
"Risley Lima <[email protected]>", | ||
"Michael Kuenzli <[email protected]>" | ||
], | ||
"license": "MIT", | ||
"bugs": { | ||
|
Oops, something went wrong.