westerndevs / western-devs-website

Hexo blog implementation for WesternDevs
https://www.westerndevs.com
2 stars 6 forks source link

See if we can reference hexo-generator-alias on npm #189

Closed kbaley closed 7 years ago

kbaley commented 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.

kbaley commented 7 years ago

Fixed