Skip to content

Commit

Permalink
5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Nov 22, 2024
1 parent 0acc8bf commit 582664e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
3 changes: 3 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"extends": "@sindresorhus/tsconfig",
"compilerOptions": {
"outDir": ".",
},
"files": [
"index.ts"
]
Expand Down

0 comments on commit 582664e

Please sign in to comment.