Commit 8d6a63b
committed
package.json: add script for updating caniuse browser support list
This is used for babel transpilation targets via browserslist and is needed to be updated
sporadically.
We don't follow the official usage instructions to do "npx update-browserslist-db@latest"
to reduce the risk of blindly executing code of a malicious version of the script.
Instead, the package update-browserslist-db should be updated manually occasionally,
which doesn't have to be regularly though.1 parent 75fb81e commit 8d6a63b
2 files changed
+3
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4213 | 4213 | | |
4214 | 4214 | | |
4215 | 4215 | | |
4216 | | - | |
4217 | | - | |
4218 | | - | |
4219 | | - | |
4220 | | - | |
4221 | | - | |
| 4216 | + | |
4222 | 4217 | | |
4223 | | - | |
| 4218 | + | |
4224 | 4219 | | |
4225 | 4220 | | |
4226 | 4221 | | |
| |||
0 commit comments