Skip to content

Commit

Permalink
Update targeted browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
pvditto committed Apr 18, 2024
1 parent 80b6588 commit d9e0d71
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
node_modules
dist
!.mocharc.js
karma.conf.js
5 changes: 0 additions & 5 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ module.exports = function (config) {
presets: [
[
'@babel/preset-env',
{
targets: {
chrome: '92',
},
},
],
],
}),
Expand Down
13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,16 @@
"typedoc": "^0.25.13",
"typescript": "^4.8.4",
"uuid": "^9.0.1"
}
},
"browserslist": [
"Chrome >= 84",
"Edge >= 84",
"Firefox >= 79",
"Safari >= 14.1",
"iOS >= 14.5",
"Android >= 84",
"ChromeAndroid >= 84",
"FirefoxAndroid >= 79"
]

}

0 comments on commit d9e0d71

Please sign in to comment.