Skip to content

Commit

Permalink
Merge pull request #70 from CaliStyle/6.x.x-alpha
Browse files Browse the repository at this point in the history
[fix] release from CI
  • Loading branch information
scott-wyatt authored Oct 13, 2018
2 parents 6de8db6 + a9dad0e commit b53de49
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ng-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
"name": "ng-intercom",
"version": "6.0.0-beta.2",
"version": "6.0.0-beta.5",
"licensePath": "LICENSE",
"lib": {
"entryFile": "public_api.ts",
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-intercom",
"version": "6.0.0-beta.4",
"version": "6.0.0-beta.5",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
Intercom, IntercomConfig, IntercomHideDirective, IntercomShowDirective,
IntercomShowMessagesDirective, IntercomShowNewMessageDirective,
IntercomShutdownDirective, IntercomTrackEventDirective
} from '../index'
} from '../ng-intercom/index'
import { IntercomMocks } from './intercom-mocks'


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import { Inject, Injectable, PLATFORM_ID, Optional, RendererFactory2 } from '@an
import { Router } from '@angular/router'
import { isPlatformBrowser } from '@angular/common'

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

/**
* A provider with every Intercom.JS method
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit b53de49

Please sign in to comment.