ng-intercom
Advanced tools
Comparing version
{ | ||
"name": "ng-intercom", | ||
"version": "0.1.2", | ||
"version": "0.2.0", | ||
"description": "An Intercom wrapper for Angular", | ||
@@ -15,3 +15,3 @@ "main": "index", | ||
"scripts": { | ||
"build": "tsc; cp package.json dist/package.json; cp README.md dist/README.md" | ||
"build": "./node_modules/.bin/ngc; cp package.json dist/package.json; cp README.md dist/README.md" | ||
}, | ||
@@ -28,6 +28,10 @@ "author": "scott-wyatt", | ||
"peerDependencies": { | ||
"@angular/core": "*" | ||
"@angular/core": "*", | ||
"@angular/common": "*" | ||
}, | ||
"devDependencies": { | ||
"@angular/core": "^4.0.0-rc.2", | ||
"@angular/common": "^4.0.0-rc.3", | ||
"@angular/compiler": "^4.0.0-rc.3", | ||
"@angular/compiler-cli": "^4.0.0-rc.3", | ||
"@angular/core": "^4.0.0-rc.3", | ||
"rxjs": "^5.2.0", | ||
@@ -38,2 +42,2 @@ "typescript": "^2.2.0", | ||
"typings": "./index.d.ts" | ||
} | ||
} |
@@ -45,3 +45,3 @@ # ng-intercom | ||
constructor( | ||
private intercom: Intercom | ||
public intercom: Intercom | ||
){} | ||
@@ -48,0 +48,0 @@ |
Sorry, the diff of this file is not supported yet
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
70124
5.66%30
3.45%0
-100%2
100%7
75%