Skip to content

Commit

Permalink
fix: force update in packages/contentful--create-contentful-app [] (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jjolton-contentful authored Oct 3, 2024
1 parent 98632bf commit 17ae071
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import Analytics from 'analytics-node';
const SEGMENT_WRITE_KEY = 'IzCq3j4dQlTAgLdMykRW9oBHQKUy1xMm';

interface CCAEventProperties {
template?: string; // can be example, source or JS or TS
template?: string; // can be example, source, or JS or TS
manager: 'npm' | 'yarn';
interactive: boolean;
}
Expand Down

0 comments on commit 17ae071

Please sign in to comment.