es128 / progeny

:baby: Recursively finds dependencies of style and template source files
MIT License
29 stars 15 forks source link

Moving mocha to devDependencies #5

Closed jnwng closed 10 years ago

jnwng commented 10 years ago

When you specify npm install --production, we shouldn't need mocha. A blank npm install will install both "dependencies" and "devDependencies"

Additionally, added a mocha.opts file so you can run mocha without needing to run npm test

es128 commented 10 years ago

Oops beat you to it. https://github.com/es128/progeny/commit/4c89ba3818dbc079aaf9f941435da756b028dcf3

jnwng commented 10 years ago

:+1:

es128 commented 10 years ago

Also I think sticking with npm test is fine.

jnwng commented 10 years ago

cool, sounds good to me.