From e7fbd424a5825d17a08896355db0a2a89294cf2b Mon Sep 17 00:00:00 2001 From: Mattt Date: Wed, 17 Jan 2024 06:16:32 -0800 Subject: [PATCH] Specify type field in package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 24a088b..ca06b8b 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "bugs": "https://github.com/replicate/replicate-javascript/issues", "license": "Apache-2.0", "main": "index.js", + "type": "commonjs", "engines": { "node": ">=18.0.0", "npm": ">=7.19.0",