@daviddarnes/heading-anchors
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "@daviddarnes/heading-anchors", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "A Web Component to add anchor links to headings with IDs", | ||
@@ -5,0 +5,0 @@ "main": "heading-anchors.js", |
@@ -36,3 +36,3 @@ # `heading-anchors` | ||
1. Install via [npm](https://www.npmjs.com/package/@daviddarnes/heading-anchors): `npm install @daviddarnes/heading-anchors` | ||
1. Install via [npm](https://www.npmjs.com/package/@daviddarnes/heading-anchors): `npm install @daviddarnes/heading-anchors` (also avaialbe on [jsr](https://jsr.io/@daviddarnes/heading-anchors)) | ||
1. [Download the source manually from GitHub](https://github.com/daviddarnes/heading-anchors/releases) into your project. | ||
@@ -54,3 +54,3 @@ 1. Skip this step and use the script directly via a 3rd party CDN (not recommended for production use) | ||
type="module" | ||
src="https://www.unpkg.com/@daviddarnes/heading-anchors@2.0.1/heading-anchors.js" | ||
src="https://www.unpkg.com/@daviddarnes/heading-anchors@2.0.2/heading-anchors.js" | ||
></script> | ||
@@ -63,3 +63,3 @@ ``` | ||
type="module" | ||
src="https://esm.sh/@daviddarnes/heading-anchors@2.0.1" | ||
src="https://esm.sh/@daviddarnes/heading-anchors@2.0.2" | ||
></script> | ||
@@ -66,0 +66,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16688
11
36