From a5f5b3369c9a208fddf11f728a8c1553a6edaa45 Mon Sep 17 00:00:00 2001 From: Bogdan Fazakas Date: Wed, 11 Jan 2023 11:41:35 +0200 Subject: [PATCH] remove type module --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index faddf80..3a92f53 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,6 @@ "version": "0.1.0", "author": "Ocean Protocol ", "license": "Apache-2.0", - "type": "module", "scripts": { "lint": "eslint --ignore-path .gitignore --ext .js --ext .ts --ext .tsx . && npm run type-check", "clean": "rm -rf ./dist",