diff --git a/projects/ngx-linky/package.json b/projects/ngx-linky/package.json index bb3213b..43d93c2 100644 --- a/projects/ngx-linky/package.json +++ b/projects/ngx-linky/package.json @@ -19,8 +19,8 @@ "url": "git+https://github.com/dzonatan/ngx-linky.git" }, "peerDependencies": { - "@angular/common": "^4.0.0 || ^5.0.0 || ^6.0.0-rc.0 || ^6.0.0", - "@angular/core": "^4.0.0 || ^5.0.0 || ^6.0.0-rc.0 || ^6.0.0", - "autolinker": "^1.1.0" + "@angular/common": "^4.0.0 || ^5.0.0 || ^6.0.0-rc.0 || ^6.0.0 || ^7.0.0", + "@angular/core": "^4.0.0 || ^5.0.0 || ^6.0.0-rc.0 || ^6.0.0 || ^7.0.0 ", + "autolinker": "^1.1.0 || ^3.0.0" } }