mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-04-03 15:19:15 +08:00
Set type: module in package.json
Node documentation recommends package authors explicitly set `"type": "module"`. Without this, sveltekit (and possibly other tooling) incorrectly treats the ES modules as CommonJS.
This commit is contained in:
parent
0078392516
commit
945a5a9cb5
@ -51,6 +51,7 @@
|
||||
"name": "@fortawesome/fontawesome-common-types",
|
||||
"license": "MIT",
|
||||
"types": "./index.d.ts",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"postinstall": "node attribution.js"
|
||||
}
|
||||
|
@ -52,6 +52,7 @@
|
||||
"main": "js/fontawesome.js",
|
||||
"style": "css/fontawesome.css",
|
||||
"license": "(CC-BY-4.0 AND OFL-1.1 AND MIT)",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"postinstall": "node attribution.js"
|
||||
}
|
||||
|
@ -92,6 +92,7 @@
|
||||
"./index.js",
|
||||
"./index.es.js"
|
||||
],
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"postinstall": "node attribution.js"
|
||||
}
|
||||
|
@ -75,6 +75,7 @@
|
||||
},
|
||||
"./*": "./*.js"
|
||||
},
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"postinstall": "node attribution.js"
|
||||
}
|
||||
|
@ -75,6 +75,7 @@
|
||||
},
|
||||
"./*": "./*.js"
|
||||
},
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"postinstall": "node attribution.js"
|
||||
}
|
||||
|
@ -75,6 +75,7 @@
|
||||
},
|
||||
"./*": "./*.js"
|
||||
},
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"postinstall": "node attribution.js"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user