Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Fix require path in package.json for admin client
Browse files Browse the repository at this point in the history
  • Loading branch information
paulomarg committed Dec 4, 2023
1 parent 1c4f8de commit 8885830
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/curly-pandas-stare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@shopify/admin-api-client": patch
---

Fixed an issue with the `require` path being incorrect in package.json.
4 changes: 2 additions & 2 deletions packages/admin-api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
},
"author": "Shopify",
"license": "MIT",
"main": "./dist/admin-api-client.min.js",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/admin-api-client.d.ts",
"types": "./dist/ts/index.d.ts",
"exports": {
".": {
"module": {
Expand Down

0 comments on commit 8885830

Please sign in to comment.