Skip to content

Commit f92bb95

Browse files
committed
v1.0.2
# Changes - Housekeeping and update dependencies
1 parent 9c93b00 commit f92bb95

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-switchbot",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "The node-switchbot is a Node.js module which allows you to move your Switchbot (Bot)'s arm and Switchbot Curtain(Curtain), also monitor the temperature/humidity from SwitchBot Thermometer & Hygrometer (Meter).",
55
"main": "./lib/switchbot.js",
66
"files": [
@@ -25,15 +25,15 @@
2525
"Bluetooth smart",
2626
"Bluetooth"
2727
],
28-
"homepage": "https://github.com/futomi",
29-
"author": "Futomi Hatano <[email protected]> (https://github.com/futomi)",
28+
"homepage": "https://github.com/OpenWonderLabs",
29+
"author": "OpenWonderLabs (https://github.com/OpenWonderLabs)",
3030
"license": "MIT",
3131
"repository": {
3232
"type": "git",
3333
"url": "https://github.com/futomi/node-switchbot.git"
3434
},
3535
"readmeFilename": "README.md",
3636
"dependencies": {
37-
"@abandonware/noble": ">=1.9.2-5"
37+
"@abandonware/noble": ">=1.9.2-14"
3838
}
3939
}

0 commit comments

Comments
 (0)