From 582664e36159f2ab60364eb5928cd62ed8b07d7c Mon Sep 17 00:00:00 2001 From: Federico Date: Fri, 22 Nov 2024 12:48:13 +0700 Subject: [PATCH] 5.3.1 --- package.json | 2 +- tsconfig.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 7f13b48..e21c69f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webext-detect", - "version": "5.3.0", + "version": "5.3.1", "description": "Detects where the current browser extension code is being run. Compatible with Firefox, Chrome and derivates.", "keywords": [ "background page", diff --git a/tsconfig.json b/tsconfig.json index f56e336..b45e8b3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,8 @@ { "extends": "@sindresorhus/tsconfig", + "compilerOptions": { + "outDir": ".", + }, "files": [ "index.ts" ]