Skip to content

Commit

Permalink
18.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jan 11, 2023
1 parent 4c6d313 commit b544e6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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",
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit b544e6a

Please sign in to comment.