From 0c98fa93ea0ecd49b3144ad5409968a912e15649 Mon Sep 17 00:00:00 2001 From: Adrian Baumgart Date: Sun, 8 Oct 2023 21:00:33 +0200 Subject: [PATCH] version 1.0.0 --- package.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e282254..bf13c76 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "artnet-usbdmx-converter", - "version": "1.0.3", + "version": "1.0.0", "description": "Send ArtNet signals to USBDMX interfaces", "main": "dist/index.js", "bin": "./dist/index.js", @@ -16,8 +16,7 @@ "node_modules/figlet/fonts/Standard.flf" ], "targets": [ - "node16.16.0-win-x64", - "node16.16.0-macos-x64" + "node16.16.0-win-x64" ], "outputPath": "out/" },