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: