Skip to content

Commit

Permalink
fix: continued fix esm (#111)
Browse files Browse the repository at this point in the history
* build: update globbing

* chore: changeset
  • Loading branch information
field123 authored Oct 30, 2023
1 parent 23dc88c commit a1ef9a2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .changeset/nice-mugs-accept.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@elasticpath/composable-common": patch
"@elasticpath/shopper-common": patch
"composable-cli": patch
---

fix for globing issue
2 changes: 1 addition & 1 deletion packages/composable-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"./package.json": "./package.json"
},
"files": [
"dist-*"
"dist-*/**"
],
"devDependencies": {
"@graphql-codegen/cli": "^3.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/shopper-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"./package.json": "./package.json"
},
"files": [
"dist-*"
"dist-*/**"
],
"devDependencies": {
"@tsconfig/node14": "^1.0.3",
Expand Down

0 comments on commit a1ef9a2

Please sign in to comment.