We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dd7d12 commit cde477dCopy full SHA for cde477d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "homebridge-gpio-electric-rim-lock",
3
- "version": "3.1.0",
+ "version": "3.2.0",
4
"description": "Homebridge plugin to open electric rim locks via Raspberry Pi GPIO pins",
5
"main": "index.js",
6
"scripts": {
@@ -40,7 +40,8 @@
40
"files": [
41
"index.js",
42
"package.json",
43
- "README.md",
44
- "config.schema.json"
+ "config.schema.json",
+ "LICENSE",
45
+ "README.md"
46
]
47
}
0 commit comments