diff --git a/.gitignore b/.gitignore index c75a133..60c5150 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ /node_modules npm-debug.log .lib +.ng_build # WebStorm .idea diff --git a/package.json b/package.json index e92dcfc..6fa7c01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-tinymce", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "description": "Angular for tinymce", "main": "./bundles/ngx-tinymce.umd.js", diff --git a/rollup.config.js b/rollup.config.js index dfc687a..5e5df90 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -9,7 +9,9 @@ const globals = { '@angular/forms': 'ng.forms', '@angular/common/http': 'ng.common.http', - 'rxjs/Subject': 'Rx' + 'rxjs/Subject': 'Rx', + 'rxjs/Subscription': 'Rx', + 'rxjs/operators': 'Rx.Observable.prototype' }; module.exports = {