-
-
Notifications
You must be signed in to change notification settings - Fork 241
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #90 from yaacov/require-serialport-cleanups
Cleanups after making serialport a requiremant
- Loading branch information
Showing
3 changed files
with
2 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,10 +30,6 @@ try these options on npm install to build, if you have problems to install | |
|
||
--unsafe-perm --build-from-source | ||
|
||
For use over serial port (ModbusRTU), also install node-serialport: | ||
|
||
npm install [email protected] | ||
|
||
|
||
#### What can I do with this module ? | ||
|
||
|
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 |
---|---|---|
|
@@ -38,6 +38,6 @@ | |
}, | ||
"dependencies": { | ||
"debug": "^2.6.1", | ||
"serialport": "4.0.7" | ||
"serialport": "^4.0.7" | ||
} | ||
} |