@fsegurai/marked-extended-tabs 15.0.0 → 15.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -6
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,11 +1,11 @@
1
- <p align="center">
2
- <img alt="Marked Extensions Logo" src="https://raw.githubusercontent.com/fsegurai/marked-extensions/main/demo/public/marked-extensions.svg">
1
+ <p align="center" class="intro">
2
+ <img alt="Marked Extensions Logo" src="https://raw.githubusercontent.com/fsegurai/marked-extensions/main/public/marked-extensions.svg">
3
3
  </p>
4
4
 
5
- <p align="center">
6
- <a href="https://github.com/fsegurai/marked-extensions/actions/workflows/release-library.yml">
7
- <img src="https://github.com/fsegurai/marked-extensions/actions/workflows/release-library.yml/badge.svg"
8
- alt="Build Status">
5
+ <p align="center" class="intro">
6
+ <a href="https://github.com/fsegurai/marked-extensions">
7
+ <img src="https://img.shields.io/azure-devops/build/fsegurai/93779823-473d-4fb3-a5b1-27aaa1a88ea2/18/main?label=Build%20Status&"
8
+ alt="Build Main Status">
9
9
  </a>
10
10
  <a href="https://www.npmjs.org/package/@fsegurai/marked-extended-tabs">
11
11
  <img src="https://img.shields.io/npm/v/@fsegurai/marked-extended-tabs.svg"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fsegurai/marked-extended-tabs",
3
- "version": "15.0.0",
3
+ "version": "15.0.1",
4
4
  "description": "Extended Tabs for Marked.js",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./src/index.js",