Skip to content

Commit 93bfa82

Browse files
authored
Add keywords and description to package.json (v0.0.4) (#9)
Add keywords and description to package.json (v0.0.4)
2 parents f867d72 + 30b24dd commit 93bfa82

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,20 @@
11
{
22
"name": "@tuyapi/driver",
3-
"version": "0.0.3",
4-
"description": "",
3+
"version": "0.0.4",
4+
"description": "⚡️ next-gen driver for Tuya devices",
5+
"keywords": [
6+
"🚗",
7+
"tuya",
8+
"iot",
9+
"plug",
10+
"bulb",
11+
"smart",
12+
"switch",
13+
"api",
14+
"driver",
15+
"socket",
16+
"protocol"
17+
],
518
"main": "dist/index.js",
619
"files": [
720
"dist/"

0 commit comments

Comments
 (0)