0.1.11
parent
54d021fbbd
commit
b613e82b35
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "@uci/gpio",
|
"name": "@uci/gpio",
|
||||||
"main": "src",
|
"main": "src",
|
||||||
"version": "0.1.10",
|
"version": "0.1.11",
|
||||||
"description": "a class for adding simple on/off read of gpio pins on Raspberry Pi and Similar SBCs",
|
"description": "a class for adding simple on/off read of GPIO pins on SBCs including Raspberry Pi",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"client": "node -r esm examples/client",
|
"client": "node -r esm examples/client",
|
||||||
"multi": "node --require esm examples/multi",
|
"multi": "node --require esm examples/multi",
|
||||||
|
|
Loading…
Reference in New Issue