Skip to content

Commit

Permalink
ops: add browser support so we dont have bigint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
arthyn committed May 14, 2024
1 parent ec62e73 commit 1419b81
Show file tree
Hide file tree
Showing 3 changed files with 7,892 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 15 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,19 @@
"path": "dist/aura.esm.js",
"limit": "10 KB"
}
]
],
"browserslist": {
"production": [
"chrome >= 67",
"edge >= 79",
"firefox >= 68",
"opera >= 54",
"safari >= 14"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
Loading

0 comments on commit 1419b81

Please sign in to comment.