Skip to content

Commit

Permalink
regular version
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacov committed May 31, 2019
1 parent 78db976 commit 02a01df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modbus-serial",
"version": "7.6.0-no-serial-port",
"version": "7.6.0",
"description": "A pure JavaScript implemetation of MODBUS-RTU (Serial and TCP) for NodeJS.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -34,10 +34,10 @@
"mocha-eslint": "^5.0.0",
"mockery": "^2.1.0",
"pump": "^3.0.0",
"serialport": "^7.1.3",
"sinon": "^7.2.2"
},
"dependencies": {
"debug": "^4.1.1"
"debug": "^4.1.1",
"serialport": "^7.1.3"
}
}

0 comments on commit 02a01df

Please sign in to comment.