From 5ba84304637f175b5f2ab00d0471f67ea80d1303 Mon Sep 17 00:00:00 2001 From: Simon Babay Date: Sun, 16 Oct 2016 22:25:02 +0200 Subject: [PATCH] RxJS dep --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index caf5857..021b1a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng2-ckeditor", - "version": "1.1.2", + "version": "1.1.3", "description": "Angular2 CKEditor component", "main": "lib/index.js", "typings": "lib/index.d.ts", @@ -37,6 +37,7 @@ "@angular/common": "^2.1.0", "@angular/core": "^2.1.0", "@angular/forms": "^2.1.0", + "rxjs": "^5.0.0-rc.1", "zone.js": "^0.6.25" } }