Skip to content

Commit

Permalink
Merge pull request #23 from fsegurai/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
fsegurai committed Jun 24, 2024
2 parents 8576d74 + cd38db5 commit 1ea1486
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fsegurai/ngx-markdown",
"version": "17.0.0-beta.16",
"version": "17.0.0-beta.17",
"description": "Angular library that uses marked to parse markdown to html combined with Prism.js for synthax highlights",
"homepage": "https://github.com/fsegurai/ngx-markdown",
"license": "MIT",
Expand Down Expand Up @@ -34,7 +34,7 @@
"@angular/core": "^17.0.0",
"@angular/platform-browser": "^17.0.0",
"marked": ">= 9.0.0 < 13.0.0",
"rxjs": "^>= 6.5.3 <= 7.8.1",
"rxjs": "^6.5.3 || ^7.4.0 || ^7.8.1",
"zone.js": "~0.14.7"
},
"optionalDependencies": {
Expand Down

0 comments on commit 1ea1486

Please sign in to comment.