From 6000d9893c80c2af9d36f780b7f34484ddabae38 Mon Sep 17 00:00:00 2001 From: Martin Lykke Date: Mon, 14 Aug 2023 09:26:07 +0200 Subject: [PATCH] release --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4c88ff0..4c37125 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "scripts": { "clean": "rimraf ./dist", - "python": "python3 -m venv dist/venv && dist/venv/bin/pip3 install beautifulsoup4 jsonpickle requests xmltodict typing_extensions yaml", + "python": "python3 -m venv dist/venv && dist/venv/bin/pip3 install beautifulsoup4 jsonpickle requests xmltodict typing_extensions pyyaml", "build": "rimraf ./dist && tsc && copyfiles -f src/*.py dist", "postinstall": "node postinstall.js", "release": "git add . && git commit . -m release && standard-version && git push --follow-tags origin master", @@ -37,4 +37,4 @@ "url": "https://github.com/marn06/homebridge-vw/issues" }, "homepage": "https://github.com/marn06/homebridge-vw#readme" -} +} \ No newline at end of file