Ensure all package files make use of commonjs explicit

This commit is contained in:
Lovell Fuller
2023-10-05 20:00:32 +01:00
parent f8cf25ca56
commit 58e3c4c70e
10 changed files with 13 additions and 3 deletions

View File

@@ -22,6 +22,7 @@
"publishConfig": {
"access": "public"
},
"type": "commonjs",
"exports": {
"./sharp.node": "./lib/sharp-linuxmusl-x64.node",
"./package": "./package.json"