Skip to content

Commit

Permalink
random fixes (#1148)
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaisc authored Dec 10, 2021
1 parent 6a992e3 commit 2e64f8a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ export * from './tokens'
export * from './factories'
export * from './models'
export * from './utils'
export * from './@types'
1 change: 0 additions & 1 deletion src/utils/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
export * from './Logger'
export * from './GasUtils'
export * from './Logger'
export * from './DatatokenName'
export * from './ContractParams'
export * from './FetchHelper'
Expand Down

0 comments on commit 2e64f8a

Please sign in to comment.