mirror of
https://github.com/zyphlar/easy-usb-relay.git
synced 2024-03-08 07:57:47 +00:00
Update module name
This commit is contained in:
parent
169e047781
commit
2cf4893252
|
@ -1,4 +1,4 @@
|
|||
# usbrelay
|
||||
# easy-usb-relay
|
||||
|
||||
**THIS IS CURRENTLY IN AN EXPERIMENTAL STATE:** It does not yet support multiple boards or other manufacturers. Coming soon...
|
||||
|
||||
|
|
2460
package-lock.json
generated
2460
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "usbrelay",
|
||||
"name": "easy-usb-relay",
|
||||
"version": "0.0.2",
|
||||
"description": "A USB relay support library",
|
||||
"description": "A simple USB relay support library",
|
||||
"main": "src/relay.js",
|
||||
"scripts": {
|
||||
"test": "jest"
|
||||
|
@ -13,6 +13,7 @@
|
|||
"keywords": [
|
||||
"usb",
|
||||
"relay",
|
||||
"sainsmart",
|
||||
"arduino",
|
||||
"rpi",
|
||||
"raspberry",
|
||||
|
|
Loading…
Reference in New Issue
Block a user