Closed kbaley closed 7 years ago
We're referencing hexo-generator-alias via github in packages.json:
"hexo-generator-alias": "git+https://github.com/hexojs/hexo-generator-alias.git",
I think this is because it wasn't on npm at the time. It is now: https://www.npmjs.com/package/hexo-generator-alias. So should see if we can change the reference without breaking any of our existing posts that use aliases.
Fixed
We're referencing hexo-generator-alias via github in packages.json:
"hexo-generator-alias": "git+https://github.com/hexojs/hexo-generator-alias.git",
I think this is because it wasn't on npm at the time. It is now: https://www.npmjs.com/package/hexo-generator-alias. So should see if we can change the reference without breaking any of our existing posts that use aliases.