Skip to content

Commit

Permalink
Public package
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Feb 9, 2024
1 parent 2a6c981 commit 440f10e
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (https://zachleat.com/)",
"contributors": ["Steven Vachon <[email protected]> (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",
Expand Down

0 comments on commit 440f10e

Please sign in to comment.