1
mirror of https://github.com/jakejarvis/hugo-extended.git synced 2026-06-24 10:25:57 -04:00

fix: npm trusted publishing

This commit is contained in:
2025-12-19 11:13:54 -05:00
parent 4dc8fed3f9
commit 8004e3a98e
6 changed files with 3734 additions and 3126 deletions
+5 -3
View File
@@ -13,6 +13,9 @@
"type": "git",
"url": "git+https://github.com/jakejarvis/hugo-extended.git"
},
"publishConfig": {
"access": "public"
},
"files": [
"index.js",
"index.d.ts",
@@ -42,7 +45,7 @@
"test": "eslint . && mocha"
},
"engines": {
"node": ">=18.12"
"node": ">=18.17"
},
"keywords": [
"hugo",
@@ -77,6 +80,5 @@
"vendor/**",
"*.d.ts"
]
},
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}
}