Skip to content

Commit

Permalink
Increase minimum browser version
Browse files Browse the repository at this point in the history
Chrome 91+
Firefox 91+
Safari 14.1+
  • Loading branch information
fregante committed Jul 28, 2022
1 parent a392da1 commit 957889f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class OptionsSync<UserOptions extends Options> {
this._migrations = this._runMigrations(migrations);
}

get storage(): chromeP.storage.StorageArea {
private get storage(): chromeP.storage.StorageArea {
return chromeP.storage[this.storageType];
}

Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "@sindresorhus/tsconfig/tsconfig.json",
"compilerOptions": {
"target": "es2020",
"target": "es2022",
"outDir": "."
},
"files": [
Expand Down

0 comments on commit 957889f

Please sign in to comment.