Skip to content

Commit

Permalink
add bluetooth adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
lsongdev committed Aug 20, 2019
1 parent 700c818 commit 34eef3a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 928 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,7 @@ Flush buffer and closes the current device.
+ [Sébastien Vidal](https://github.com/Psychopoulet)
+ [Yu Yongwoo](https://github.com/uyu423)
+ [Attawit Kittikrairit](https://github.com/atton16)
+ [Michael Kuenzli](https://github.com/pfirpfel)

----

Expand Down
11 changes: 8 additions & 3 deletions package.json
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": {
Expand All @@ -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": {
Expand Down
Loading

0 comments on commit 34eef3a

Please sign in to comment.