Skip to content

Commit

Permalink
release: 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Dec 23, 2017
1 parent e2ea8be commit 82d5142
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
/node_modules
npm-debug.log
.lib
.ng_build

# WebStorm
.idea
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 3 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 82d5142

Please sign in to comment.