Skip to content

Commit

Permalink
fix: allow all export files in dist folder
Browse files Browse the repository at this point in the history
  • Loading branch information
buehler committed Oct 25, 2022
1 parent cc2b4dd commit 643c6e5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions package.json
Expand Up @@ -5,11 +5,6 @@
"type": "commonjs",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": "./dist/index.js",
"./credentials": "./dist/credentials/index.js",
"./grpc": "./dist/grpc/index.js"
},
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 643c6e5

Please sign in to comment.