You've already forked hugo-extended
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:
+5
-3
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user