From 8476a2518481c49b8a342fcf3df7981e300608f5 Mon Sep 17 00:00:00 2001 From: "Akihiko.KIgure" Date: Fri, 17 Feb 2023 16:05:54 +0900 Subject: [PATCH] =?UTF-8?q?chore(README):=20README=20=E3=83=89=E3=82=AD?= =?UTF-8?q?=E3=83=A5=E3=83=A1=E3=83=B3=E3=83=88=E8=BF=BD=E5=8A=A0=20(#49)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit README ドキュメント追加 --------- Co-authored-by: akihiko kigure --- README.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d76383a..715ea83 100644 --- a/README.md +++ b/README.md @@ -28,4 +28,8 @@ main(); ## Document -[Web GPIO API](http://browserobo.github.io/WebGPIO) +- [TSDoc](http://chirimen.org/node-web-gpio/) + +## Reference + +- [Web GPIO API for W3C Draft](http://browserobo.github.io/WebGPIO) diff --git a/package.json b/package.json index f42a5f5..f63cbef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-web-gpio", - "version": "1.0.17", + "version": "1.0.18", "description": "GPIO access with Node.js", "main": "dist/index.js", "types": "dist/index.d.ts",