mirror of https://gitlab.com/curben/blog
fix(hexo): switch to prod v7
workaround for "Cannot find module hexo" issue
This commit is contained in:
parent
d80f25caf8
commit
844a785718
|
@ -11,7 +11,7 @@
|
|||
"renovate": "renovate --platform 'gitlab' --onboarding false --update-lock-files false --labels 'renovate' --recreate-closed true --require-config 'ignored' \"$CI_PROJECT_PATH\""
|
||||
},
|
||||
"dependencies": {
|
||||
"hexo": "hexojs/hexo",
|
||||
"hexo": "^7.0.0",
|
||||
"hexo-filter-nofollow": "hexojs/hexo-filter-nofollow",
|
||||
"hexo-generator-archive": "hexojs/hexo-generator-archive",
|
||||
"hexo-generator-index": "hexojs/hexo-generator-index",
|
||||
|
|
Loading…
Reference in New Issue