mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-04-05 08:09:15 +08:00

Node documentation recommends package authors explicitly set `"type": "module"`. Without this, sveltekit (and possibly other tooling) incorrectly treats the ES modules as CommonJS.