Skip to content

Commit

Permalink
update to new serialport with better listing of ports - supports just…
Browse files Browse the repository at this point in the history
… LTS versions like 4 and 6 later 8 and so on
  • Loading branch information
biancode committed Sep 25, 2017
1 parent fa40f4c commit 79a8697
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ build/Release
node_modules
modbus-serial
docs

package-lock\.json
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modbus-serial",
"version": "5.4.1",
"version": "6.0.0",
"description": "A pure JavaScript implemetation of MODBUS-RTU (Serial and TCP) for NodeJS.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -36,8 +36,11 @@
"pump": "^1.0.2",
"sinon": "^1.17.7"
},
"engines": {
"node": "4.x || 6.x"
},
"dependencies": {
"debug": "^2.6.1",
"serialport": "^4.0.7"
"debug": "^3.0.1",
"serialport": "^5.0.0"
}
}

0 comments on commit 79a8697

Please sign in to comment.