Skip to content

Commit

Permalink
Revert using 'exports' in package.json
Browse files Browse the repository at this point in the history
  It's a rather new feature, not well supported it seems. At least jest & typedoc are chocking on it.
  • Loading branch information
KtorZ committed Jul 29, 2021
1 parent fbf949b commit 0920b86
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions clients/TypeScript/packages/client/package.json
Expand Up @@ -5,15 +5,7 @@
"engines": {
"node": "^14"
},
"main": "src/index.ts",
"exports": {
".": "src/index.js",
"./Connection": "src/Connection",
"./ChainSync": "src/ChainSync",
"./StateQuery": "src/StateQuery",
"./TxSubmission": "src/TxSubmission",
"./util": "src/util"
},
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/cardanosolutions/ogmios.git",
Expand Down

0 comments on commit 0920b86

Please sign in to comment.