From ce67b167b1eda302bbfee2133452519a61188d1b Mon Sep 17 00:00:00 2001 From: Max Isom Date: Wed, 2 Oct 2019 18:32:22 -0400 Subject: [PATCH 1/2] Add keywords and description to package.json --- package.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 06255c5..3988585 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,20 @@ { "name": "@tuyapi/driver", "version": "0.0.3", - "description": "", + "description": "⚡️ next-gen driver for Tuya devices", + "keywords": [ + "🚗", + "tuya", + "iot", + "plug", + "bulb", + "smart", + "switch", + "api", + "driver", + "socket", + "protocol" + ], "main": "dist/index.js", "files": [ "dist/" From 30b24ddf3b57bdd8ed81fb824dd03af814be8f12 Mon Sep 17 00:00:00 2001 From: Max Isom Date: Wed, 2 Oct 2019 18:32:44 -0400 Subject: [PATCH 2/2] 0.0.4 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 09b4db1..0ec3556 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@tuyapi/driver", - "version": "0.0.3", + "version": "0.0.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3988585..1d78e92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tuyapi/driver", - "version": "0.0.3", + "version": "0.0.4", "description": "⚡️ next-gen driver for Tuya devices", "keywords": [ "🚗",