Skip to content

Commit b53de49

Browse files
authored
Merge pull request #70 from CaliStyle/6.x.x-alpha
[fix] release from CI
2 parents 6de8db6 + a9dad0e commit b53de49

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

ng-package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
33
"name": "ng-intercom",
4-
"version": "6.0.0-beta.2",
4+
"version": "6.0.0-beta.5",
55
"licensePath": "LICENSE",
66
"lib": {
77
"entryFile": "public_api.ts",

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-intercom",
3-
"version": "6.0.0-beta.4",
3+
"version": "6.0.0-beta.5",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

src/app/ng-intercom/testing/intercom-mocks.module.ts renamed to src/app/ng-intercom-testing/intercom-mocks.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import {
44
Intercom, IntercomConfig, IntercomHideDirective, IntercomShowDirective,
55
IntercomShowMessagesDirective, IntercomShowNewMessageDirective,
66
IntercomShutdownDirective, IntercomTrackEventDirective
7-
} from '../index'
7+
} from '../ng-intercom/index'
88
import { IntercomMocks } from './intercom-mocks'
99

1010

src/app/ng-intercom/testing/intercom-mocks.ts renamed to src/app/ng-intercom-testing/intercom-mocks.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ import { Inject, Injectable, PLATFORM_ID, Optional, RendererFactory2 } from '@an
22
import { Router } from '@angular/router'
33
import { isPlatformBrowser } from '@angular/common'
44

5-
import { IntercomConfig } from '../shared/intercom-config'
6-
import { Any, BootInput } from '../types/boot-input'
7-
import { Intercom } from '../intercom/intercom'
5+
import { IntercomConfig } from '../ng-intercom/shared/intercom-config'
6+
import { Any, BootInput } from '../ng-intercom/types/boot-input'
7+
import { Intercom } from '../ng-intercom/intercom/intercom'
88

99
/**
1010
* A provider with every Intercom.JS method

0 commit comments

Comments
 (0)