Skip to content

Commit

Permalink
[Batch] Fix ESM module path in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dpwatrous authored Jan 7, 2022
1 parent 1888834 commit a8f8771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/batch/batch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"license": "MIT",
"main": "./dist/batch.js",
"module": "./esm/batchServiceClient.js",
"module": "./dist-esm/index.js",
"types": "./types/src/index.d.ts",
"devDependencies": {
"@types/chai": "^4.2.21",
Expand Down

0 comments on commit a8f8771

Please sign in to comment.