Skip to content

Commit

Permalink
fix: build Launch provider (#319)
Browse files Browse the repository at this point in the history
- **What kind of change does this PR introduce?**
Provider for Launch now installed with angulartics2 via npm

- **What is the current behavior? Link to open issue?**
when you npm i angulartics2, the provider for Launch is missing

- **What is the new behavior?**
npm i angulartics2 now installs provider for Launch, too
  • Loading branch information
janexner authored and scttcper committed Nov 29, 2018
1 parent 6fc83a4 commit abfd61d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const MODULE_NAMES = [
'gst',
'hubspot',
'kissmetrics',
'launch',
'mixpanel',
'piwik',
'segment',
Expand Down
5 changes: 5 additions & 0 deletions src/app/providers/providers.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,11 @@ export class ProvidersComponent {
display: 'Kissmetrics',
type: 'Analytics',
},
{
name: 'launch',
display: 'Launch, by Adobe',
type: 'Analytics'
}
{
name: 'mixpanel',
display: 'Mixpanel',
Expand Down

0 comments on commit abfd61d

Please sign in to comment.