master
David Kebler 2019-06-17 12:24:20 -07:00
parent 54d021fbbd
commit b613e82b35
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
{
"name": "@uci/gpio",
"main": "src",
"version": "0.1.10",
"description": "a class for adding simple on/off read of gpio pins on Raspberry Pi and Similar SBCs",
"version": "0.1.11",
"description": "a class for adding simple on/off read of GPIO pins on SBCs including Raspberry Pi",
"scripts": {
"client": "node -r esm examples/client",
"multi": "node --require esm examples/multi",