From 9d296279e0e58b8394259f418f0f62f70099608c Mon Sep 17 00:00:00 2001 From: Timeo Williams Date: Mon, 23 Sep 2024 14:48:35 +0000 Subject: [PATCH] 1.0.11 --- package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e4f3996..8d5ecc4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@deepfocus/get-windows", - "version": "1.0.10", + "version": "1.0.11", "description": "Custom version of get-windows for MacOS fixes", "repository": { "type": "git", @@ -24,7 +24,9 @@ "host": "https://github.com/Tech-Nest-Ventures/get-windows/releases/download/", "remote_path": "v{version}", "package_name": "napi-{napi_build_version}-{platform}-{libc}-{arch}.tar.gz", - "napi_versions": [9] + "napi_versions": [ + 9 + ] }, "scripts": { "test": "xo && npm run build:macos && ava && tsd",