remove type module

This commit is contained in:
Bogdan Fazakas 2023-01-11 11:41:35 +02:00
parent 1b844102cd
commit a5f5b3369c

View File

@ -4,7 +4,6 @@
"version": "0.1.0", "version": "0.1.0",
"author": "Ocean Protocol <devops@oceanprotocol.com>", "author": "Ocean Protocol <devops@oceanprotocol.com>",
"license": "Apache-2.0", "license": "Apache-2.0",
"type": "module",
"scripts": { "scripts": {
"lint": "eslint --ignore-path .gitignore --ext .js --ext .ts --ext .tsx . && npm run type-check", "lint": "eslint --ignore-path .gitignore --ext .js --ext .ts --ext .tsx . && npm run type-check",
"clean": "rm -rf ./dist", "clean": "rm -rf ./dist",