emn178 / js-sha3

A simple SHA-3 / Keccak hash function for JavaScript supports UTF-8 encoding.
MIT License
345 stars 85 forks source link

add mocha into devDependencies #3

Closed adon-at-work closed 8 years ago

adon-at-work commented 8 years ago

mocha is required by npm test I see you're installing them globally using the travis config

But for local tests, let's not expect people to have it installed globally?

emn178 commented 8 years ago

Hi,

I added mocha as devDependency but coveralls and mocha-lcov-reporter not. Because coveralls and mocha-lcov-reporter only use in CI flow.

Anyway, thanks for suggestion.

adon-at-work commented 8 years ago

cool. thanks. :+1: