Skip to content

Commit

Permalink
Added shopify as destination
Browse files Browse the repository at this point in the history
  • Loading branch information
krish221997 committed Apr 21, 2023
1 parent b969105 commit cb6cc03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@event-inc/link",
"version": "1.0.1",
"version": "1.0.3",
"description": "A React hook wrapper for Event Link.",
"files": [
"dist",
Expand Down
1 change: 1 addition & 0 deletions src/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export type DestinationIntegrationTypes =
| "firestore"
| "mongodb"
| "postgresql"
| "shopify"
| "webhook";

export interface SourceEventLinkProps {
Expand Down

0 comments on commit cb6cc03

Please sign in to comment.