ng-intercom
Advanced tools
Comparing version 1.0.0-beta.1 to 1.0.0-beta.2
@@ -19,3 +19,3 @@ "use strict"; | ||
ic('reattach_activator'); | ||
ic('update', intercomSettings); | ||
ic('update'); | ||
} | ||
@@ -22,0 +22,0 @@ else { |
{ | ||
"name": "ng-intercom", | ||
"version": "1.0.0-beta.1", | ||
"version": "1.0.0-beta.2", | ||
"description": "An Intercom wrapper for Angular", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index", |
@@ -1,2 +0,2 @@ | ||
declare var intercomSettings: any; | ||
let id: string; | ||
@@ -20,3 +20,3 @@ let d = document; | ||
ic('reattach_activator'); | ||
ic('update', intercomSettings); | ||
ic('update'); | ||
} else { | ||
@@ -23,0 +23,0 @@ let i: any = function () { |
Sorry, the diff of this file is not supported yet
111820
100
1410