Skip to content

Commit

Permalink
17.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcere committed Nov 11, 2023
1 parent 3a68d38 commit 60a1096
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,10 @@ StackBlitz available @ [https://stackblitz.com/edit/ngx-markdown](https://stackb

### ngx-markdown

To add ngx-markdown library to your `package.json` use the following commands.
To add ngx-markdown along with the required marked library to your `package.json` use the following commands.

```bash
npm install ngx-markdown marked@^9.0.0
npm install ngx-markdown marked@^9.0.0 --save
```

### Syntax highlight
Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-markdown",
"version": "16.0.0",
"version": "17.0.0",
"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
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-markdown",
"version": "16.0.0",
"version": "17.0.0",
"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 @@ -43,7 +43,8 @@
"coveralls": "cat \"./coverage/lcov.info\" | \"./node_modules/coveralls/bin/coveralls.js\"",
"gh-pages:build": "yarn build:demo --aot --base-href /ngx-markdown/",
"gh-pages:deploy": "angular-cli-ghpages --dir=\"dist/demo\" --name=\"CircleCI\" --email=\"[email protected]\" --no-silent",
"publish:lib": "npm publish ./dist/lib"
"publish:lib": "npm publish ./dist/lib",
"publish:beta": "npm publish ./dist/lib --tag beta"
},
"dependencies": {
"@angular/animations": "^17.0.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8812,7 +8812,7 @@ ng-packagr@^17.0.0:
esbuild "^0.19.0"

"ngx-markdown@file:lib":
version "16.0.0"
version "17.0.0"
dependencies:
tslib "^2.3.0"
optionalDependencies:
Expand Down

0 comments on commit 60a1096

Please sign in to comment.