Skip to content

Commit

Permalink
Merge pull request #83 from lucagouty/hotfix/metadata-issue
Browse files Browse the repository at this point in the history
Hotfix/metadata issue
  • Loading branch information
scott-wyatt committed Dec 5, 2018
2 parents ed36fe6 + 899b9f0 commit a156d7a
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 86 deletions.
108 changes: 24 additions & 84 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
Expand Up @@ -106,7 +106,7 @@
"ng-engine": "^4.0.0",
"ng-packagr": "^4.4.0",
"node-sass": "^4.9.0",
"npm-run-all": "^4.1.2",
"npm-run-all": "^4.1.5",
"protractor": "~5.1.2",
"rxjs": "^6.3.3",
"snapdragon": "^0.12.0",
Expand Down
10 changes: 9 additions & 1 deletion public_api.ts
Original file line number Diff line number Diff line change
@@ -1 +1,9 @@
export * from './src/app/ng-intercom'
export { Intercom } from './src/app/ng-intercom/intercom/intercom'
export { IntercomConfig } from './src/app/ng-intercom/shared/intercom-config'
export { IntercomHideDirective } from './src/app/ng-intercom/directives/hide.directive'
export { IntercomModule } from './src/app/ng-intercom/intercom.module'
export { IntercomShowDirective } from './src/app/ng-intercom/directives/show.directive'
export { IntercomShowMessagesDirective } from './src/app/ng-intercom/directives/show-messages.directive'
export { IntercomShowNewMessageDirective } from './src/app/ng-intercom/directives/show-new-message.directive'
export { IntercomShutdownDirective } from './src/app/ng-intercom/directives/shutdown.directive'
export { IntercomTrackEventDirective } from './src/app/ng-intercom/directives/track-event.directive'
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"es2017",
"dom"
],
"baseUrl": ".",
"paths": {
"@app/actions/*": [
"./src/app/root/store/actions/*"
Expand Down

0 comments on commit a156d7a

Please sign in to comment.