mirror of
https://github.com/chirimen-oh/node-web-gpio.git
synced 2025-01-17 23:55:09 +00:00
chore(README): README ドキュメント追加 (#49)
README ドキュメント追加 --------- Co-authored-by: akihiko kigure <akihiko.kigure@lifewood-m1.local>
This commit is contained in:
parent
d13035b997
commit
8476a25184
2 changed files with 6 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue