From 440f10e263da56912f7854d740ee2ccd54450209 Mon Sep 17 00:00:00 2001 From: Zach Leatherman Date: Fri, 9 Feb 2024 11:12:31 -0600 Subject: [PATCH] Public package --- package.json | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 85fff6b..ebb4736 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,18 @@ { - "private": true, "name": "@11ty/posthtml-urls", - "description": "PostHTML plugin for transforming URLs. A fork of posthtml/posthtml-urls.", "version": "1.0.0", + "description": "PostHTML plugin for transforming URLs. A fork of posthtml/posthtml-urls.", + "publishConfig": { + "access": "public" + }, + "main": "lib", "license": "MIT", "author": "Zach Leatherman (https://zachleat.com/)", "contributors": ["Steven Vachon (https://svachon.com)"], - "repository": "github:11ty/posthtml-urls", - "main": "lib", + "repository": { + "type": "git", + "url": "git://github.com/11ty/eleventy-posthtml-urls.git" + }, "dependencies": { "evaluate-value": "^2.0.0", "http-equiv-refresh": "^2.0.1",