node-web-gpio 1.0.17 → 1.0.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -28,4 +28,8 @@ main();
28
28
 
29
29
  ## Document
30
30
 
31
- [Web GPIO API](http://browserobo.github.io/WebGPIO)
31
+ - [TSDoc](http://chirimen.org/node-web-gpio/)
32
+
33
+ ## Reference
34
+
35
+ - [Web GPIO API for W3C Draft](http://browserobo.github.io/WebGPIO)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-web-gpio",
3
- "version": "1.0.17",
3
+ "version": "1.0.19",
4
4
  "description": "GPIO access with Node.js",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",