remove type module

This commit is contained in:
Bogdan Fazakas 2023-01-10 18:27:21 +02:00
parent 2ef4bdb747
commit 92432787b8
2 changed files with 3 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "ocean-ens-proxy",
"version": "1.0.0",
"version": "0.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "ocean-ens-proxy",
"version": "1.0.0",
"version": "0.1.0",
"license": "Apache-2.0",
"dependencies": {
"ethers": "^5.7.2"

View File

@ -1,8 +1,7 @@
{
"name": "ocean-ens-proxy",
"description": "Ocean Protocol ENS Proxy Server",
"version": "1.0.0",
"type": "module",
"version": "0.1.0",
"author": "Ocean Protocol <devops@oceanprotocol.com>",
"license": "Apache-2.0",
"scripts": {