make sure it's set to commonjs for now

This commit is contained in:
Sparticuz 2023-01-13 13:35:00 -05:00
parent f2951fec5d
commit 3ce18c79f3
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@
"description": "Chromium Binary for Serverless Platforms", "description": "Chromium Binary for Serverless Platforms",
"main": "build/index.js", "main": "build/index.js",
"types": "build/index.d.ts", "types": "build/index.d.ts",
"type": "commonjs",
"files": [ "files": [
"bin", "bin",
"build" "build"