From b544e6a5cd4f241f91bf8db90de5d79b83d17586 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Wed, 11 Jan 2023 17:13:58 +0700 Subject: [PATCH] 18.1.0 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 4fdd5e78..a84bb7c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "file-type", - "version": "18.0.0", + "version": "18.1.0", "description": "Detect the file type of a Buffer/Uint8Array/ArrayBuffer", "license": "MIT", "repository": "sindresorhus/file-type", @@ -223,8 +223,8 @@ "no-bitwise": "off", "@typescript-eslint/no-unsafe-assignment": "off", "unicorn/text-encoding-identifier-case": "off", - "unicorn/switch-case-braces": "off", - "unicorn/prefer-top-level-await": "off" + "unicorn/switch-case-braces": "off", + "unicorn/prefer-top-level-await": "off" } }, "ava": {