updates/updates.config.js

9 lines
154 B
JavaScript
Raw Normal View History

2023-04-23 21:33:16 +00:00
export default {
exclude: [
2024-04-08 23:51:26 +00:00
"eslint",
2023-04-23 21:35:27 +00:00
"registry-auth-token",
2023-04-23 21:33:16 +00:00
"semver",
2024-05-17 22:56:00 +00:00
"execa", // events.addAbortListener not available in bun
2023-04-23 21:33:16 +00:00
],
};