From 35696c790be68ac561839da74026abdee3d92bb2 Mon Sep 17 00:00:00 2001 From: jfcere Date: Sun, 27 May 2018 22:17:28 -0400 Subject: [PATCH] 6.0.0 --- README.md | 2 +- lib/package.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7dd766a7..2898cbcc 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ To activate [Prism.js](http://prismjs.com/) syntax highlight you will need to in - a highlight css theme - from `node_modules/prismjs/themes` directory - desired code language syntax files - from `node_modules/prismjs/components` directory -> Additional themes can be found by browsing the web such as [Prism-Themes](https://github.com/PrismJS/prism-themes) or [Mokokai](https://github.com/Ahrengot/Monokai-theme-for-Prism.js) for example. +_Additional themes can be found by browsing the web such as [Prism-Themes](https://github.com/PrismJS/prism-themes) or [Mokokai](https://github.com/Ahrengot/Monokai-theme-for-Prism.js) for example._ If you are using [Angular CLI](https://cli.angular.io/) you can follow the `angular.json` example below... diff --git a/lib/package.json b/lib/package.json index 64d99e7f..84a9a592 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "ngx-markdown", - "version": "6.0.0-beta.1", + "version": "6.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", diff --git a/package.json b/package.json index 44674f97..45a5b878 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-markdown", - "version": "6.0.0-beta.1", + "version": "6.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",