From d959d24894aca86c9d85f47f91d90a1079dedab7 Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Wed, 9 Jul 2025 23:14:03 -0600 Subject: [PATCH] Add custom posthtml-component package --- package.json | 2 +- pnpm-lock.yaml | 11 ++++++----- src/components/marquee.html | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 5c590b2..c4647db 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@parcel/config-default": "^2.15.4", "parcel": "^2.15.4", "posthtml": "^0.16.6", - "posthtml-component": "^2.1.1", + "posthtml-component": "github:posthtml/posthtml-components", "posthtml-include": "^2.0.1", "posthtml-markdownit": "^3.1.2" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0e20d53..fb764fb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -31,8 +31,8 @@ importers: specifier: ^0.16.6 version: 0.16.6 posthtml-component: - specifier: ^2.1.1 - version: 2.1.1 + specifier: github:posthtml/posthtml-components + version: https://codeload.github.com/posthtml/posthtml-components/tar.gz/affa36ab8b38f87c3632a44eb14347aa58d4f79a posthtml-include: specifier: ^2.0.1 version: 2.0.1 @@ -865,8 +865,9 @@ packages: resolution: {integrity: sha512-9Que9y4k8c33iv8h5QyTfHKlurmsJIscozy7oeFRxuWeX/osXjVGu9o9MKrmo4TI6Vr9a9vh9b4LYXqm3/GvhA==} engines: {node: '>=16.0.0'} - posthtml-component@2.1.1: - resolution: {integrity: sha512-8hkSDp0zJLnEcNiiUofsxmSn86IBgpZPtFoY8pJHrB71LRzvskhA3uNsIe6GiuxiM5xKjIfpsKoOfpqgC3tbVw==} + posthtml-component@https://codeload.github.com/posthtml/posthtml-components/tar.gz/affa36ab8b38f87c3632a44eb14347aa58d4f79a: + resolution: {tarball: https://codeload.github.com/posthtml/posthtml-components/tar.gz/affa36ab8b38f87c3632a44eb14347aa58d4f79a} + version: 2.1.1 engines: {node: '>=18'} posthtml-expressions@1.11.4: @@ -2020,7 +2021,7 @@ snapshots: posthtml-attrs-parser@1.1.2: {} - posthtml-component@2.1.1: + posthtml-component@https://codeload.github.com/posthtml/posthtml-components/tar.gz/affa36ab8b38f87c3632a44eb14347aa58d4f79a: dependencies: lodash: 4.17.21 posthtml: 0.16.6 diff --git a/src/components/marquee.html b/src/components/marquee.html index 72a8f18..725d7c4 100644 --- a/src/components/marquee.html +++ b/src/components/marquee.html @@ -4,4 +4,4 @@ - + \ No newline at end of file