From abd2e6c145ba239f3aaecd0341608fb65b3b9a32 Mon Sep 17 00:00:00 2001 From: Michael Feng Date: Wed, 18 Aug 2021 17:26:14 -0700 Subject: [PATCH] (fix) remove type module in package.json --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index e08863c..a10b69b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,6 @@ "main": "index.js", "license": "Apache 2", "repository": "https://github.com/coinalpha/gateway-api", - "type": "module", "scripts": { "prebuild": "rimraf dist && mkdir dist", "build": "tsc --project ./",