Skip to content

Commit

Permalink
Merge pull request #39 from hyva-themes/release-1.1.3
Browse files Browse the repository at this point in the history
Release 1.1.3 updates
  • Loading branch information
rajeev-k-tomy authored May 25, 2023
2 parents f50ad7a + dcc411f commit dc9c86c
Show file tree
Hide file tree
Showing 15 changed files with 31,969 additions and 36 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
reactapp/node_modules
reactapp/package-lock.json
.env
.idea
.idea
2 changes: 1 addition & 1 deletion etc/frontend/events.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Event/etc/events.xsd">
<event name="hyva_config_generate_before">
<observer name="hyva_react_checkout" instance="Hyva\ReactCheckout\Observer\RegisterModuleForHyvaConfig"/>
<observer name="hyva_react_checkout_example" instance="Hyva\CheckoutExample\Observer\RegisterModuleForHyvaConfig"/>
</event>
</config>
2 changes: 1 addition & 1 deletion reactapp/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ node_modules/
.vscode/
.storybook/
build
.env
.env*
.DS_Store
public/tailwind.output.css
public/styles.css
Expand Down
Loading

0 comments on commit dc9c86c

Please sign in to comment.