-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: upgrade socket-io example to latest serialport and fix bug (#1505)
- Loading branch information
Showing
3 changed files
with
21 additions
and
22 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
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,17 +1,16 @@ | ||
{ | ||
"name": "socketio-example", | ||
"version": "1.0.0", | ||
"name": "serialport-socketio-example", | ||
"version": "1.0.1", | ||
"description": "LED switch example written for node-serialport.", | ||
"main": "index.js", | ||
"dependencies": { | ||
"express": "^4.14.1", | ||
"serialport": "^4.0.7", | ||
"serialport": "^6.0.0", | ||
"socket.io": "^1.7.2" | ||
}, | ||
"devDependencies": {}, | ||
"scripts": { | ||
"start": "node index.js" | ||
}, | ||
"author": "GitHub", | ||
"license": "CC0-1.0" | ||
"license": "MIT" | ||
} |