Skip to content

Commit

Permalink
chore: add tslib to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Jan 6, 2022
1 parent 91cb9e1 commit ebe4dcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/ngx-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"@angular/core": ">=13.0.0",
"@angular/forms": ">=13.0.0",
"@angular/platform-browser": ">=13.0.0",
"rxjs": ">=7.4.0",
"tslib": "^2.3.0"
"rxjs": ">=7.4.0"
},
"dependencies": {
"@types/prosemirror-commands": "^1.0.4",
Expand All @@ -37,6 +36,7 @@
"prosemirror-model": "^1.16.1",
"prosemirror-schema-list": "^1.1.6",
"prosemirror-state": "^1.3.4",
"prosemirror-view": "^1.23.5"
"prosemirror-view": "^1.23.5",
"tslib": "^2.3.0"
}
}

0 comments on commit ebe4dcf

Please sign in to comment.