You've already forked hugo-extended
mirror of
https://github.com/jakejarvis/hugo-extended.git
synced 2025-10-16 09:54:28 -04:00
Switch to async methods (#128)
This commit is contained in:
@@ -14,7 +14,9 @@
|
||||
"author": "satoshun00 <shun.sato@fenneclab.com>",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
"exports": "./index.js",
|
||||
"exports": {
|
||||
".": "./index.js"
|
||||
},
|
||||
"bin": {
|
||||
"hugo": "cli.js"
|
||||
},
|
||||
|
Reference in New Issue
Block a user