clarkdo / hare

🐇 Application boilerplate based on Vue.js 2.x, Koa 2.x, Element-UI and Nuxt.js

Home Page:https://nuxt-hare.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'debug' should be an explicit dependency

pearofducks opened this issue · comments

It seems (unless I've not looked in the right place) that debug is being used, but it isn't specified in the package dependencies.

It likely still works since several dependencies list it as a sub-dependency, but this means its version can't be controlled for.

This question is available on Nuxt.js community (#c9)

@pearofducks Thanks for the notice, I have removed debug in ac070a1 since it's not very necessary.