Skip to content

Commit

Permalink
relocate @components/checkout/* to provider
Browse files Browse the repository at this point in the history
Signed-off-by: Loan Laux <loan@outgrow.io>
  • Loading branch information
loan-laux committed May 30, 2021
1 parent 7a5c0f4 commit efdddc2
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 4 deletions.
3 changes: 2 additions & 1 deletion framework/shopify/commerce.config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"provider": "shopify",
"features": {
"wishlist": false
"wishlist": false,
"customCheckout": true
}
}
File renamed without changes.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,6 @@
"@config/*": [
"config/*"
],
"@components/*": [
"components/*"
],
"@utils/*": [
"utils/*"
]
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@utils/*": ["utils/*"],
"@config/*": ["config/*"],
"@assets/*": ["assets/*"],
"@components/checkout/*": ["framework/shopify/components/checkout/*"],
"@components/*": ["components/*"],
"@commerce": ["framework/commerce"],
"@commerce/*": ["framework/commerce/*"],
Expand Down

0 comments on commit efdddc2

Please sign in to comment.