digitalbazaar / edv-client

An Encrypted Data Vault Client
BSD 3-Clause "New" or "Revised" License
13 stars 9 forks source link

move dev dependencies into dev and test dependencies #24

Closed aljones15 closed 4 years ago

aljones15 commented 4 years ago

Seeing the following dev dependencies:

The eslint needs to be in devDependencies and the mocha and karma deps should be in the test deps. This will help take the size of the bundle down.

aljones15 commented 4 years ago

false alarm here and my apologies. it was early, I'm sick, and the diff in the PR preview did not show I was looking at devDependencies.