because of HexoJS doesnt accept my PR, i bundled my improved version of hexo.
| package name | commit | | :--- | :--- | {% for name, item in commits %} | {{ name }} | {{ item }} | {% endfor %}
Installation with command line interface
using npm
{{ npm_prod | safe }}
using yarn
{{ yarn_prod | safe }}
using npm
{{ npm_dev | safe }}
using yarn
{{ yarn_dev | safe }}
changing module resolutions
can changed whole source of desired package, but only work with yarn
. and do not using development mode (branch name) in resolutions, because the integrity will never updated
package.json
{{ resolutions | safe }}
Since NPM 8.3 the equivalent to yarn resolutions is called overrides.
Documentation: https://docs.npmjs.com/cli/v9/configuring-npm/package-json#overrides
package.json
{{ overrides | safe }}