1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

random fixes (#1148)

This commit is contained in:
mihaisc 2021-12-10 00:29:24 -08:00 committed by GitHub
parent 6a992e334a
commit 2e64f8a9e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
"source": "./src/index.ts",
"version": "1.0.0-alpha",
"description": "JavaScript client library for Ocean Protocol",
"main": "./dist/node/lib",
"main": "./dist/node/lib.js",
"exports": "./dist/node/lib.js",
"module": "./dist/node/lib.module.js",
"typings": "./dist/node/index.d.ts",

View File

@ -3,3 +3,4 @@ export * from './tokens'
export * from './factories'
export * from './models'
export * from './utils'
export * from './@types'

View File

@ -1,6 +1,5 @@
export * from './Logger'
export * from './GasUtils'
export * from './Logger'
export * from './DatatokenName'
export * from './ContractParams'
export * from './FetchHelper'