From dd94f1f8da56c7eae438cb4a6c6f2b54a973c53e Mon Sep 17 00:00:00 2001 From: "Akihiko.KIgure" Date: Fri, 17 Feb 2023 16:01:14 +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(#54)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit README ドキュメント追加 --------- Co-authored-by: bot Co-authored-by: akihiko kigure Co-authored-by: Kohei Watanabe --- README.md | 6 +++++- package.json | 2 +- yarn.lock | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 14c944e..e15b806 100644 --- a/README.md +++ b/README.md @@ -24,4 +24,8 @@ main(); ## Document -[Web I2C API](http://browserobo.github.io/WebI2C) +- [TSDoc](http://chirimen.org/node-web-i2c/) + +## Reference + +- [Web I2C API for W3C Draft](http://browserobo.github.io/WebI2C) diff --git a/package.json b/package.json index ea184a7..86fffb4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "node-web-i2c", - "version": "1.1.23", + "version": "1.1.24", "description": "I2C access with Node.js", "main": "index.js", "files": [ diff --git a/yarn.lock b/yarn.lock index b692ef3..bf866cc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -590,7 +590,7 @@ functional-red-black-tree@^1.0.1: get-stream@^6.0.1: version "6.0.1" - resolved "https://registry.yarnpkg.com/get-stream/-/get-stream-6.0.1.tgz#a262d8eef67aced57c2852ad6167526a43cbf7b7" + resolved "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz" integrity sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg== glob-parent@^5.1.0: