Skip to content

Commit

Permalink
Fix peer dependencies (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcere authored May 30, 2019
1 parent 5e019ba commit 66e9002
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
3 changes: 1 addition & 2 deletions lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-markdown",
"version": "8.0.0",
"version": "8.0.1",
"description": "Angular library that uses marked to parse markdown to html combined with Prism.js for synthax highlights",
"homepage": "https://github.com/jfcere/ngx-markdown",
"license": "MIT",
Expand Down Expand Up @@ -31,7 +31,6 @@
"@angular/common": "^7.0.0 || ^8.0.0",
"@angular/core": "^7.0.0 || ^8.0.0",
"@angular/platform-browser": "^7.0.0 || ^8.0.0",
"core-js": "^2.5.4 || ^3.1.3",
"rxjs": "^6.0.0",
"zone.js": "^0.8.26 || ^0.9.1"
}
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-markdown",
"version": "8.0.0",
"version": "8.0.1",
"description": "Angular library that uses marked to parse markdown to html combined with Prism.js for synthax highlights",
"homepage": "https://github.com/jfcere/ngx-markdown",
"license": "MIT",
Expand Down Expand Up @@ -48,7 +48,6 @@
"@angular/platform-browser": "^8.0.0",
"@angular/platform-browser-dynamic": "^8.0.0",
"@angular/router": "^8.0.0",
"core-js": "^3.1.3",
"materialize-css": "~0.100.2",
"ngx-markdown": "file:./lib",
"rxjs": "^6.5.2",
Expand Down
6 changes: 1 addition & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1842,10 +1842,6 @@ core-js@^2.2.0, core-js@^2.4.0:
version "2.5.7"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.5.7.tgz#f972608ff0cead68b841a16a932d0b183791814e"

core-js@^3.1.3:
version "3.1.3"
resolved "https://registry.yarnpkg.com/core-js/-/core-js-3.1.3.tgz#95700bca5f248f5f78c0ec63e784eca663ec4138"

[email protected], core-util-is@~1.0.0:
version "1.0.2"
resolved "https://registry.yarnpkg.com/core-util-is/-/core-util-is-1.0.2.tgz#b5fd54220aa2bc5ab57aab7140c940754503c1a7"
Expand Down Expand Up @@ -4665,7 +4661,7 @@ ng-packagr@^5.2.0:
update-notifier "^3.0.0"

"ngx-markdown@file:./lib":
version "7.1.5"
version "8.0.0"
dependencies:
"@types/marked" "^0.6.0"
marked "^0.6.0"
Expand Down

0 comments on commit 66e9002

Please sign in to comment.